Skip to content

Commit fbbeb3d

Browse files
committed
fix: disable dark mode
1 parent 8335e25 commit fbbeb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const ScrollThemeProvider = ({ children }) => {
1313
},
1414
colorSchemes: {
1515
light: lightTheme,
16-
dark: lightTheme,
16+
dark: false,
1717
},
1818
})
1919

0 commit comments

Comments
 (0)