mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2026-01-29 12:34:53 +00:00
add dark mode
This commit is contained in:
6
.storybook/manager.js
Normal file
6
.storybook/manager.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import { addons } from '@storybook/manager-api'
|
||||
import { themes } from '@storybook/theming'
|
||||
|
||||
addons.setConfig({
|
||||
theme: themes.dark,
|
||||
})
|
||||
Reference in New Issue
Block a user