This commit is contained in:
2026-05-31 16:47:52 +03:00
parent 01d41c2346
commit b6cf54c836
14 changed files with 444 additions and 305 deletions
+1 -1
View File
@@ -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;