Skip to content

Commit

Permalink
chore: 불필요한 요소 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyonun321 committed Nov 27, 2024
1 parent bdeacb3 commit 3060fee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,6 @@ export const menuItemWrapper = css({
cursor: "pointer",
});

export const imageBox = css({
borderRadius: "sm",
width: "50px",
height: "50px",
background: "white",
overflow: "hidden",
});

export const textBox = css({
textStyle: "display-medium20",
color: "gray.900",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useUserInfo } from "@stores/useUserStore";
import { menuItemWrapper, imageBox, textBox } from "./MenuButton.style";
import { menuItemWrapper, textBox } from "./MenuButton.style";
import { MenuIcon } from "./components/MenuIcon";

export const MenuButton = () => {
Expand Down

0 comments on commit 3060fee

Please sign in to comment.