0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Fixed type error

refs. https://github.com/TryGhost/Team/issues/3354
This commit is contained in:
Peter Zimon 2023-06-07 22:53:42 +02:00
parent 812b83a66e
commit 1cd341d9e6

View file

@ -14,7 +14,7 @@ type Story = StoryObj<typeof IconLabel>;
export const Default: Story = {
args: {
icon: 'check-circle',
iconColor: 'green',
iconColorClass: 'text-green',
children: 'Here\'s a label with icon'
}
};