fix: light theme by default
This commit is contained in:
parent
7d7ef10226
commit
5aa83510e1
@ -9,7 +9,7 @@ import {
|
||||
|
||||
export const THEMES = ["light", "dark"] as const
|
||||
export type Theme = (typeof THEMES)[number]
|
||||
export const THEME_DEFAULT = "dark" as Theme
|
||||
export const THEME_DEFAULT = "light" as Theme
|
||||
|
||||
export interface ThemeProviderProps extends React.PropsWithChildren {}
|
||||
|
||||
|
Reference in New Issue
Block a user