From dd1417fb27170b2e3146be6416e1e720348073c3 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 11 Nov 2024 09:32:53 +0700 Subject: [PATCH] Fix alert stories --- stories/Alert.stories.tsx | 9 --------- 1 file changed, 9 deletions(-) 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" }, - }, -};