diff --git a/stories/Alert.stories.tsx b/stories/Alert.stories.tsx index 63a0aef..0b59614 100644 --- a/stories/Alert.stories.tsx +++ b/stories/Alert.stories.tsx @@ -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" }, - }, -};