Skip to content

Commit

Permalink
capitalize nickname
Browse files Browse the repository at this point in the history
  • Loading branch information
Impeqq committed Dec 1, 2021
1 parent c7fa174 commit 4411be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/ui/molecules/user-item/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
color: $c_text_primary;
display: flex;
align-items: center;
text-transform: capitalize;

@include respond-max(xs) {
font-size: 16px;
Expand Down
1 change: 1 addition & 0 deletions frontend/src/ui/organisms/header/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
font-size: 18px;
font-weight: 500;
color: $c_text_primary;
text-transform: capitalize;
@include respond-max(xs) {
font-size: 16px;
}
Expand Down

0 comments on commit 4411be6

Please sign in to comment.