Skip to content

Commit 70dd5b5

Browse files
committed
✨ Added descriptive naming for storybook controls
1 parent fb5af09 commit 70dd5b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.storybook/preview.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ export default {
7979
{
8080
value: "default",
8181
icon: "hourglass",
82-
title: "Default (old)",
82+
title: "Legacy theme",
8383
},
84-
{ value: "darkside", icon: "beaker", title: "Darkside (new)" },
84+
{ value: "darkside", icon: "beaker", title: "Darkside theme" },
8585
],
8686
showName: true,
8787
dynamicTitle: true,

0 commit comments

Comments
 (0)