Apply new theme (#449)
* Apply new theme * Fix storybook * Fixes * Fix regressions
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { ThemeProvider } from '@emotion/react';
|
||||
|
||||
import { darkTheme, lightTheme } from '@/ui/layout/styles/themes';
|
||||
import { darkTheme, lightTheme } from '@/ui/themes/themes';
|
||||
import { browserPrefersDarkMode } from '@/utils/utils';
|
||||
|
||||
type OwnProps = {
|
||||
|
||||
Reference in New Issue
Block a user