From 6c57ea89a1c51793d7451f65240ffe1d96b0862b Mon Sep 17 00:00:00 2001 From: KIMSEI1124 Date: Sun, 10 Nov 2024 20:48:10 +0900 Subject: [PATCH] =?UTF-8?q?Feat(#38):=20Input=20Story=20Book=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/Common/Input.stories.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/stories/Common/Input.stories.tsx b/src/stories/Common/Input.stories.tsx index b31ed46..15b9fd1 100644 --- a/src/stories/Common/Input.stories.tsx +++ b/src/stories/Common/Input.stories.tsx @@ -7,9 +7,7 @@ const meta: Meta = { component: Input, tags: ['autodocs'], args: { - styles: { - $variant: 'default', - }, + $variant: 'default', }, }; @@ -19,8 +17,6 @@ type Story = StoryObj; export const Default: Story = {}; export const Title: Story = { args: { - styles: { - $variant: 'title', - }, + $variant: 'title', }, };