Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 8d7006b

Browse files
committed
fix(theme): fix lint
1 parent 3321ac4 commit 8d7006b

File tree

1 file changed

+2
-2
lines changed
  • packages/chakra-ui-theme/src/theme

1 file changed

+2
-2
lines changed

packages/chakra-ui-theme/src/theme/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const space = baseSizes
1212

1313
const config = {
1414
useSystemColorMode: false,
15-
initialColorMode: "light",
16-
cssVarPrefix: "chakra",
15+
initialColorMode: 'light',
16+
cssVarPrefix: 'chakra'
1717
}
1818

1919
const theme = {

0 commit comments

Comments
 (0)