This commit is contained in:
Jon McClure 2023-07-07 22:42:24 +01:00
parent 392fb9ad6d
commit fed40a0294
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
import { Meta } from '@storybook/addon-docs';
import { parameters } from '$docs/utils/docsPage.js';
<Meta title="Theming/Theme builder" parameters={{ ...parameters }} />
# Theme builder
TK...

View file

@ -6,7 +6,7 @@ import lightTheme from '../../components/Theme/themes/light';
// This is a React equivalent for the Svelte Theme component // This is a React equivalent for the Svelte Theme component
// which is useful for setting CSS variables in MDX docs around // which is useful for setting CSS variables in MDX docs around
// typography demos. It also wraps demos in a unstyled storybook // typography demos. It also wraps demos in an unstyled storybook
// canvas. // canvas.
const ThemeWrapper = (props) => { const ThemeWrapper = (props) => {