From 4f164dfae2b9ce844d07834df8d239c1f02957ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=8B=E1=85=B5=E1=84=8E=E1=85=A1=E1=86=AB=E1=84=8C?= =?UTF-8?q?=E1=85=B5=E1=86=AB?= Date: Tue, 22 Feb 2022 21:17:11 +0900 Subject: [PATCH] =?UTF-8?q?fix(ticket):=20=EB=B0=B0=EA=B2=BD=20=EC=83=89?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/stories/Components/Ticket/Ticket.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stories/Components/Ticket/Ticket.css b/src/stories/Components/Ticket/Ticket.css index 39fa965..4b25b1d 100644 --- a/src/stories/Components/Ticket/Ticket.css +++ b/src/stories/Components/Ticket/Ticket.css @@ -85,7 +85,7 @@ display: flex; align-items: center; justify-content: center; - background-color: black; + background-color: white; border-radius: 8px; width: 194px; height: 194px; @@ -96,7 +96,7 @@ position: absolute; width: 204px; height: 204px; - background-color: black; + background-color: white; display: flex; align-items: center; justify-content: center;