Skip to content

Commit

Permalink
Greptile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMalfait committed Dec 9, 2024
1 parent 611a259 commit f4d7cf3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export const ShortcutCatalog: CatalogStory<Story, typeof Button> = {
props: (size: ButtonSize) => ({ size }),
},
{
name: 'colors',
name: 'accents',
values: ['default', 'blue', 'danger'] satisfies ButtonAccent[],
props: (accent: ButtonAccent) => ({ accent }),
},
Expand Down

0 comments on commit f4d7cf3

Please sign in to comment.