From 4fa181e1842634a548b0540fd2c05cf4dec71fb4 Mon Sep 17 00:00:00 2001 From: SeieunYoo Date: Thu, 12 Sep 2024 01:57:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20color-contrast=20=EC=86=8D=EC=84=B1=20?= =?UTF-8?q?false?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/wow-ui/src/components/Tabs/Tabs.stories.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/wow-ui/src/components/Tabs/Tabs.stories.tsx b/packages/wow-ui/src/components/Tabs/Tabs.stories.tsx index 5d600ba3..6fb662b0 100644 --- a/packages/wow-ui/src/components/Tabs/Tabs.stories.tsx +++ b/packages/wow-ui/src/components/Tabs/Tabs.stories.tsx @@ -19,6 +19,11 @@ const meta: Meta = { "TabsList 로 TabsTrigger 를 감싸서 탭 트리거를 관리하고 TabsContent 로 탭 콘텐츠를 관리합니다.", }, }, + a11y: { + config: { + rules: [{ id: "color-contrast", enabled: false }], + }, + }, }, argTypes: { value: {