Tweak storybook UI a bit
This commit is contained in:
@@ -2,6 +2,7 @@ import '../styles/variables.css';
|
|||||||
import '../styles/global.less';
|
import '../styles/global.less';
|
||||||
import '../styles/theme.less';
|
import '../styles/theme.less';
|
||||||
import '../stories/preview.scss';
|
import '../stories/preview.scss';
|
||||||
|
import { themes } from '@storybook/theming';
|
||||||
|
|
||||||
export const parameters = {
|
export const parameters = {
|
||||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||||
@@ -11,4 +12,17 @@ export const parameters = {
|
|||||||
date: /Date$/,
|
date: /Date$/,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
darkMode: {
|
||||||
|
current: 'dark',
|
||||||
|
// Override the default dark theme
|
||||||
|
dark: {
|
||||||
|
...themes.dark,
|
||||||
|
appBg: '#171523',
|
||||||
|
brandImage: 'https://owncast.online/images/logo.svg',
|
||||||
|
brandTitle: 'Owncast',
|
||||||
|
brandUrl: 'https://owncast.online',
|
||||||
|
},
|
||||||
|
// Override the default light theme
|
||||||
|
light: { ...themes.normal },
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user