Skip to content

Commit ef5c9f3

Browse files
committed
chore: deploy v0.1.1
1 parent fbfbe5b commit ef5c9f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "excel-collab",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Online Collaboration Excel",
55
"author": "Steve Xu <[email protected]>",
66
"bugs": "https://github.com/nusr/excel/issues",

src/containers/FormulaBar/FormulaEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function getEditorStyle(
8484
width: style.width,
8585
height: style.height,
8686
borderRadius: 0,
87-
border: '2px solid var(--primaryColor);'
87+
border: '2px solid var(--primaryColor)'
8888
};
8989
return result;
9090
}

src/containers/__tests__/FormulaEditor.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe('getEditorStyle', () => {
102102
width: 100,
103103
height: 100,
104104
borderRadius: 0,
105-
border: '2px solid var(--primaryColor);',
105+
border: '2px solid var(--primaryColor)',
106106
};
107107
expect(
108108
getEditorStyle(

0 commit comments

Comments
 (0)