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:
Félix Malfait
2023-06-17 14:52:49 +02:00
committed by GitHub
parent 299ca293a8
commit 5ae5f28dcb
14 changed files with 87 additions and 36 deletions

View File

@ -7,7 +7,7 @@ import { SettingsProfile } from '../SettingsProfile';
import { render } from './shared';
const meta: Meta<typeof SettingsProfile> = {
title: 'Pages/SettingsProfile',
title: 'Pages/Settings/SettingsProfile',
component: SettingsProfile,
};