Skip to content

Commit 7dcf08c

Browse files
RI-7630: move bootstrap file into proper folder
1 parent cd6144f commit 7dcf08c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

redisinsight/ui/src/contexts/themeContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
DEFAULT_THEME,
1919
} from '../constants'
2020
import { localStorageService, themeService } from '../services'
21-
import { customDarkTheme } from 'uiSrc/styles/custom'
21+
import { customDarkTheme } from 'uiSrc/styles/custom/dark_theme'
2222

2323
interface Props {
2424
children: React.ReactNode

0 commit comments

Comments
 (0)