mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update default theme
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user