Skip to content

Commit

Permalink
Merge pull request #19 from ethereum/bugfix
Browse files Browse the repository at this point in the history
theme bug fix
  • Loading branch information
fredriksvantes authored Jan 16, 2025
2 parents b81c4ca + 30ac148 commit 2a16c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { breakpoints, colors, fonts } from './foundations';

const config: ThemeConfig = {
initialColorMode: 'system',
useSystemColorMode: true,
useSystemColorMode: false,
};

const overrides = {
Expand Down

0 comments on commit 2a16c21

Please sign in to comment.