File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11import { create } from '@storybook/theming' ;
22
33export default create ( {
4- base : 'light ' ,
4+ base : 'dark ' ,
55 brandTitle : 'RenderHooks' ,
66 brandUrl : 'https://github.com/brandonmcconnell/render-hooks' ,
77 brandImage : 'https://github.com/brandonmcconnell/render-hooks/blob/main/.github/render-hooks-logo.png?raw=true' ,
Original file line number Diff line number Diff line change 11import { addons } from '@storybook/manager-api' ;
22import theme from './Theme' ;
3+ import './storybook.css' ;
34
45addons . setConfig ( {
56 theme,
Original file line number Diff line number Diff line change 11import type { Preview } from '@storybook/react'
22import theme from './Theme'
3+ import './storybook.css' ;
4+
35const preview : Preview = {
46 parameters : {
57 docs : {
6- theme,
8+ theme : {
9+ ...theme ,
10+ base : 'light' ,
11+ } ,
712 } ,
813 codesandbox : {
914 /**
Original file line number Diff line number Diff line change 1+ .sidebar-header a [title ] img {
2+ width : 64px ;
3+ height : auto;
4+ }
You can’t perform that action at this time.
0 commit comments