From e9726caa22937d5e67d736c0ccff4158da04ba7b Mon Sep 17 00:00:00 2001 From: Jiyoung Jung <72294509+Jungjjeong@users.noreply.github.com> Date: Sun, 28 Jul 2024 23:21:26 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20inline=20style=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/molecules/bottom-sheet/bottom-sheet.stories.tsx | 4 +--- components/molecules/dialog/dialog.stories.tsx | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/components/molecules/bottom-sheet/bottom-sheet.stories.tsx b/components/molecules/bottom-sheet/bottom-sheet.stories.tsx index f845e855..fa502099 100644 --- a/components/molecules/bottom-sheet/bottom-sheet.stories.tsx +++ b/components/molecules/bottom-sheet/bottom-sheet.stories.tsx @@ -1,7 +1,5 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { css } from '@/styled-system/css'; - import { BottomSheet, BottomSheetProps } from './bottom-sheet'; const meta: Meta = { @@ -10,7 +8,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
), diff --git a/components/molecules/dialog/dialog.stories.tsx b/components/molecules/dialog/dialog.stories.tsx index 2198569f..68e71d64 100644 --- a/components/molecules/dialog/dialog.stories.tsx +++ b/components/molecules/dialog/dialog.stories.tsx @@ -1,7 +1,5 @@ import type { Meta, StoryObj } from '@storybook/react'; -import { css } from '@/styled-system/css'; - import { Dialog, DialogProps } from './dialog'; const meta: Meta = { @@ -10,7 +8,7 @@ const meta: Meta = { tags: ['autodocs'], decorators: [ (Story) => ( -
+
),