Fix alert stories
This commit is contained in:
parent
4f3f8343b2
commit
dd1417fb27
|
@ -43,12 +43,3 @@ export const Icon: Story = {
|
||||||
title: "Success",
|
title: "Success",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const CustomStyle: Story = {
|
|
||||||
args: {
|
|
||||||
title: "Warning",
|
|
||||||
children: "This is a custom style message.",
|
|
||||||
variant: "warning",
|
|
||||||
style: { "--codex-color-warning": "red" },
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue