feat(iframe-bridge): implement iframe communication bridge and language sync
This commit is contained in:
@@ -21,7 +21,7 @@ const ThemeProviderContext = createContext<ThemeProviderState>(initialState);
|
||||
|
||||
export function ThemeProvider({
|
||||
children,
|
||||
defaultTheme = ThemeEnum.Dark,
|
||||
defaultTheme = ThemeEnum.Light,
|
||||
storageKey = 'vite-ui-theme',
|
||||
...props
|
||||
}: ThemeProviderProps) {
|
||||
|
||||
Reference in New Issue
Block a user