Skip to content

Commit

Permalink
refactor: UserMenu 컴포넌트 폰트 색상 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwnc committed Apr 24, 2024
1 parent e744b7c commit 9073ab4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/components/UserMenu/UserMenu.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

&-nickname {
@include flexbox($gap: 0.2rem);

color: $white;
}

&-button {
Expand All @@ -40,6 +42,7 @@
}

&-mypage {
color: $white;
border: 0.1rem solid $gray10;
}

Expand Down

0 comments on commit 9073ab4

Please sign in to comment.