From 69430da213c55defecbd4b9fa9b977b2e001ab5f Mon Sep 17 00:00:00 2001 From: CHAE Date: Thu, 18 Jan 2024 18:26:49 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20flexAlignCenter=20util=20token?= =?UTF-8?q?=EC=9C=BC=EB=A1=9C=20=EB=B6=84=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [#13] --- .../src/design-system/components/common/SideBar/SideBar.css.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/frontend/src/design-system/components/common/SideBar/SideBar.css.ts b/packages/frontend/src/design-system/components/common/SideBar/SideBar.css.ts index 61aa712..f06b5e2 100644 --- a/packages/frontend/src/design-system/components/common/SideBar/SideBar.css.ts +++ b/packages/frontend/src/design-system/components/common/SideBar/SideBar.css.ts @@ -68,6 +68,7 @@ export const navigation = style([ ]); export const resetButton = style([ + flexAlignCenter, typography.$semantic.caption1Regular, { width: 200, @@ -75,8 +76,6 @@ export const resetButton = style([ color: color.$scale.grey800, border: "none", position: "relative", - display: "flex", - alignItems: "center", borderTop: `1px solid ${color.$scale.grey300}`, paddingTop: 10, paddingLeft: 20,