mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
parent
812b83a66e
commit
1cd341d9e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ type Story = StoryObj<typeof IconLabel>;
|
||||||
export const Default: Story = {
|
export const Default: Story = {
|
||||||
args: {
|
args: {
|
||||||
icon: 'check-circle',
|
icon: 'check-circle',
|
||||||
iconColor: 'green',
|
iconColorClass: 'text-green',
|
||||||
children: 'Here\'s a label with icon'
|
children: 'Here\'s a label with icon'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue