0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed type error

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

View file

@ -54,7 +54,7 @@ export const ExtraLarge: Story = {
export const Color: Story = {
args: {
color: 'green',
colorClass: 'text-green',
name: 'lock-locked'
}
};