We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6144f commit 7dcf08cCopy full SHA for 7dcf08c
redisinsight/ui/src/contexts/themeContext.tsx
@@ -18,7 +18,7 @@ import {
18
DEFAULT_THEME,
19
} from '../constants'
20
import { localStorageService, themeService } from '../services'
21
-import { customDarkTheme } from 'uiSrc/styles/custom'
+import { customDarkTheme } from 'uiSrc/styles/custom/dark_theme'
22
23
interface Props {
24
children: React.ReactNode
redisinsight/ui/src/styles/custom/index.ts renamed to redisinsight/ui/src/styles/custom/dark_theme/index.ts
0 commit comments