Update default theme

This commit is contained in:
2025-04-07 16:29:02 +01:00
parent 50eb1fa6fe
commit d61379ac2d
46 changed files with 213 additions and 393 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ const meta = {
layout: 'centered',
},
argTypes: {
color: { options: ['client', 'productOwner', 'developer', 'admin'] },
color: { options: ['primary', 'secondary', 'tertiary'] },
text: { control: 'text' },
variant: { options: ['outlined', 'filled'] },
},
@@ -21,7 +21,7 @@ type Story = StoryObj<typeof meta>;
export const Example: Story = {
args: {
color: 'admin',
color: 'tertiary',
text: 'Hello, World!',
variant: 'filled'
},