From 9af70dc12d5f7fc9aeae57a871572d3a840a7411 Mon Sep 17 00:00:00 2001 From: aaminha Date: Mon, 29 Apr 2024 19:38:30 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EA=B0=9C=ED=96=89=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20(#3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/SmallButton.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/SmallButton.tsx b/src/components/common/SmallButton.tsx index d5a2d4c..f610780 100644 --- a/src/components/common/SmallButton.tsx +++ b/src/components/common/SmallButton.tsx @@ -1,4 +1,5 @@ import styled, { css } from 'styled-components'; + interface SmallButtonProps { children: React.ReactNode; filled?: boolean;