Skip to content

Commit

Permalink
πŸ› FIX: Set dark color mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
All-Khwarizmi committed Mar 17, 2024
1 parent c1d428e commit 51c698c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

import { extendTheme, type ThemeConfig } from "@chakra-ui/react";

const config: ThemeConfig = {
initialColorMode: "dark",
useSystemColorMode: true,
useSystemColorMode: false,
};

// 3. extend the theme
Expand Down

0 comments on commit 51c698c

Please sign in to comment.