Add new story for darkmode (#317)
* Add a new story for dark mode * Reorganize storybook menu * Fix command menu margins * Fix tests
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const isThemeEnabledState = atom<boolean>({
|
||||
key: 'isThemeEnabledState',
|
||||
default: true,
|
||||
});
|
||||
Reference in New Issue
Block a user