Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Feb 12, 2024
1 parent 6c5fcf9 commit d01249f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type ThemeConfig } from '@chakra-ui/react';

const config: ThemeConfig = {
initialColorMode: 'system',
initialColorMode: 'dark',
useSystemColorMode: false,
disableTransitionOnChange: false,
};
Expand Down

0 comments on commit d01249f

Please sign in to comment.