Skip to content

Commit

Permalink
fix: adjusting message system font-size (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev authored Jul 14, 2022
1 parent add569d commit de2ada3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $message-system-background-color-selected: functions.theme(
}

&__body {
@include typography.use-font-scale(p2m);
@include typography.use-font-scale(c1);
@include typography.use-with-truncated-text();
margin-inline: lengths.margin(4);

Expand All @@ -45,7 +45,7 @@ $message-system-background-color-selected: functions.theme(
}

&__name {
@include typography.use-font-scale(h5);
@include typography.use-font-scale(c2);
@include typography.use-with-truncated-text();
flex-shrink: 0;

Expand Down

0 comments on commit de2ada3

Please sign in to comment.