Skip to content

Commit

Permalink
UI: Harmonise font weight with Microsoft FluentUI
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Jul 6, 2023
1 parent 6d59177 commit d292867
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/conversation-ui/src/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ body {
h4,
h5,
h6 {
font-weight: 500;
font-weight: 900;
}

h1 {
Expand All @@ -114,9 +114,13 @@ body {
font-size: 1.125rem;
}

strong,
big {
font-weight: bold;
}

big {
font-size: 3rem;
font-weight: 500;
}

small {
Expand Down Expand Up @@ -279,7 +283,7 @@ body {
}

.react-select__group-heading {
font-weight: 500;
font-weight: bold;
padding: calc(var(--react-select-padding-v) * 2) var(--react-select-padding-h);
}

Expand Down

0 comments on commit d292867

Please sign in to comment.