Skip to content

Commit f4d7cf3

Browse files
committed
Greptile comment
1 parent 611a259 commit f4d7cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/twenty-ui/src/input/button/components/__stories__/Button.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export const ShortcutCatalog: CatalogStory<Story, typeof Button> = {
287287
props: (size: ButtonSize) => ({ size }),
288288
},
289289
{
290-
name: 'colors',
290+
name: 'accents',
291291
values: ['default', 'blue', 'danger'] satisfies ButtonAccent[],
292292
props: (accent: ButtonAccent) => ({ accent }),
293293
},

0 commit comments

Comments
 (0)