From cf1a264679f2a3346e6d285c4fca43ac197863ab Mon Sep 17 00:00:00 2001 From: mlnwns Date: Fri, 17 May 2024 15:11:40 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=84=A0=ED=83=9D=20=EC=98=81?= =?UTF-8?q?=EC=97=AD=20=EA=B0=80=EB=A1=9C=20=EA=B8=B8=EC=9D=B4=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TimeSlot.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TimeSlot.jsx b/src/components/TimeSlot.jsx index 52ff930..c8891e7 100644 --- a/src/components/TimeSlot.jsx +++ b/src/components/TimeSlot.jsx @@ -30,13 +30,13 @@ const StyledTimeSlot = styled.div` `; const StyledEmptyArea = styled.div` - width: 4rem; + width: 3.5rem; height: 1rem; box-sizing: border-box; `; const StyledColorArea = styled.div` - width: 4rem; + width: 3.5rem; background-color: ${({ $isActive }) => ($isActive ? "#007bff" : "#f0f0f0")}; height: 2rem; border-bottom: 1px solid #b9b9b9;