From c4de46f58b0e739a01deb1f4c801b7015d5fb3f2 Mon Sep 17 00:00:00 2001 From: Joohyun Kim Date: Tue, 12 Mar 2024 22:37:58 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EB=93=9C=EB=9E=98=EA=B7=B8=20?= =?UTF-8?q?=EC=8B=9C=20=EC=84=A0=ED=83=9D=20=EC=98=81=EC=97=AD=20=EC=83=89?= =?UTF-8?q?=EC=83=81=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/addTime/table/index.styles.ts | 5 +++++ src/components/addTime/table/index.tsx | 1 + 2 files changed, 6 insertions(+) diff --git a/src/components/addTime/table/index.styles.ts b/src/components/addTime/table/index.styles.ts index 0a0e53a..599295d 100644 --- a/src/components/addTime/table/index.styles.ts +++ b/src/components/addTime/table/index.styles.ts @@ -83,6 +83,11 @@ export const Time = styled.div` export const SelectWrapper = styled.div` width: 70px; + .mpr-designer-selection { + border: none !important; + background: none !important; + } + & + & { width: 71px; border-left: 1px solid ${theme.colors.addTableBorder}; diff --git a/src/components/addTime/table/index.tsx b/src/components/addTime/table/index.tsx index 12ee6a9..0b6d8a1 100644 --- a/src/components/addTime/table/index.tsx +++ b/src/components/addTime/table/index.tsx @@ -125,6 +125,7 @@ const Table = ({ ({ date, isValidDate }: { date: string; isValidDate: boolean }) => (