From e30425d9efca5f2995e3542530797f67c79f06d0 Mon Sep 17 00:00:00 2001 From: pipisebastian Date: Fri, 15 Nov 2024 18:54:44 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20menu=20button=20=ED=9D=B0=EC=83=89=20?= =?UTF-8?q?=EB=B0=B0=EA=B2=BD=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #127 --- client/src/components/sidebar/MenuButton.style.ts | 1 + client/src/components/sidebar/MenuButton.tsx | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/components/sidebar/MenuButton.style.ts b/client/src/components/sidebar/MenuButton.style.ts index 72859892..8a3f95e1 100644 --- a/client/src/components/sidebar/MenuButton.style.ts +++ b/client/src/components/sidebar/MenuButton.style.ts @@ -14,6 +14,7 @@ export const imageBox = css({ borderRadius: "sm", width: "50px", height: "50px", + background: "white", overflow: "hidden", }); diff --git a/client/src/components/sidebar/MenuButton.tsx b/client/src/components/sidebar/MenuButton.tsx index 8402c5a2..19c81ff9 100644 --- a/client/src/components/sidebar/MenuButton.tsx +++ b/client/src/components/sidebar/MenuButton.tsx @@ -3,9 +3,7 @@ import { menuItemWrapper, imageBox, textBox } from "./MenuButton.style"; export const MenuButton = () => { return (
-
- -
+

Noctturn

);