Skip to content

Commit 49dae13

Browse files
committed
Check
1 parent a696319 commit 49dae13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/design_system/Chips/Chips.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ const meta = {
1111
export default meta;
1212
type Story = StoryObj<typeof meta>;
1313

14-
export const primary: Story = {
14+
export const Primary: Story = {
1515
args: {
1616
color: "primary",
1717
size: "medium",
1818
label: "Primary Chip",
1919
},
2020
};
2121

22-
export const empty: Story = {
22+
export const Empty: Story = {
2323
args: {
2424
color: "default",
2525
size: "medium",

0 commit comments

Comments
 (0)