stuff
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
} from 'react';
|
||||
|
||||
type ThemeMode = 'dark' | 'light';
|
||||
const KEY = 'msk-theme';
|
||||
const KEY = 'modern-sk-theme';
|
||||
|
||||
const ThemeContext = createContext<{
|
||||
theme: ThemeMode;
|
||||
|
||||
Reference in New Issue
Block a user