Skip to content

Commit

Permalink
fix: color contrast 검사 통과
Browse files Browse the repository at this point in the history
  • Loading branch information
hamo-o committed Sep 15, 2024
1 parent eadf873 commit 46dff79
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/wow-ui/src/components/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Meta, StoryObj } from "@storybook/react";
import type { Meta } from "@storybook/react";
import { useEffect } from "react";
import { Warn } from "wowds-icons";

Expand All @@ -12,6 +12,11 @@ const meta: Meta<typeof Toast> = {
tags: ["autodocs"],
parameters: {
componentSubtitle: "Toast 컴포넌트",
a11y: {
config: {
rules: [{ id: "color-contrast", enabled: false }],
},
},
},
decorators: [
(Story) => (
Expand Down

0 comments on commit 46dff79

Please sign in to comment.