mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-16 17:49:09 +00:00
feat(design-system): add intro card and MDX components
This commit is contained in:
parent
6090a6c94f
commit
752250fd7f
9 changed files with 88 additions and 10 deletions
|
@ -1,3 +1,10 @@
|
|||
import { roleypolyTheme } from './theme';
|
||||
import { mdxComponents } from '../src/design-system/atoms/typography/mdx';
|
||||
|
||||
export const parameters = {
|
||||
actions: { argTypesRegex: '^on[A-Z].*' },
|
||||
docs: {
|
||||
theme: roleypolyTheme,
|
||||
components: mdxComponents,
|
||||
},
|
||||
};
|
||||
|
|
|
@ -9,7 +9,7 @@ export const roleypolyTheme = create({
|
|||
|
||||
// UI
|
||||
appBg: palette.taupe300,
|
||||
appContentBg: palette.taupe300,
|
||||
appContentBg: palette.taupe200,
|
||||
appBorderColor: palette.taupe100,
|
||||
appBorderRadius: 0,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue