Skip to content

Commit

Permalink
refactor: correct wrong font sizes acc-60
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Gira committed Sep 16, 2022
1 parent 7762b34 commit 6675150
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/style/components/search-list.less
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
max-width: 184px;
height: @avatar-diameter-m;
margin-left: 16px;
font-size: @font-size-medium;
font-weight: @font-weight-medium;
line-height: @avatar-diameter-m;
}

Expand Down
3 changes: 2 additions & 1 deletion src/style/list/conversations.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@

&__name {
.ellipsis;
.text-medium;
flex: 1;
font-size: @font-size-medium;
font-weight: @font-weight-medium;
}

&__badge {
Expand Down
1 change: 1 addition & 0 deletions src/style/list/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ body.theme-dark {
align-items: center;
margin-right: -8px;
cursor: pointer;
font-size: @font-size-medium;
font-weight: @font-weight-medium;
}

Expand Down
5 changes: 2 additions & 3 deletions src/style/panel/panel.less
Original file line number Diff line number Diff line change
Expand Up @@ -463,10 +463,9 @@
margin-bottom: -1px;
color: var(--background);
cursor: pointer;
font-size: 11px;
font-weight: 600;
font-size: @font-size-medium;
font-weight: @font-weight-semibold;
opacity: 0.56;
text-transform: uppercase;

&--active {
border-bottom-color: var(--background-fade-32);
Expand Down

0 comments on commit 6675150

Please sign in to comment.