Fix alert stories

This commit is contained in:
Arnaud 2024-11-11 09:32:53 +07:00
parent 4f3f8343b2
commit dd1417fb27
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
1 changed files with 0 additions and 9 deletions

View File

@ -43,12 +43,3 @@ export const Icon: Story = {
title: "Success",
},
};
export const CustomStyle: Story = {
args: {
title: "Warning",
children: "This is a custom style message.",
variant: "warning",
style: { "--codex-color-warning": "red" },
},
};