Skip to content

Commit f208ae2

Browse files
committed
replace double quote
1 parent 7fe949a commit f208ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const colors = {
4343
checked: '#026AA1',
4444
correct: '#0D7741',
4545
incorrect: '#C22032',
46-
neutralDark: "#5f6163"
46+
neutralDark: '#5f6163'
4747
},
4848
popover: {
4949
arrowOuterColor: "rgba(0, 0, 0, 0.25)",

0 commit comments

Comments
 (0)