Skip to content

Commit

Permalink
feat(title): augment title bar font-weight (from normal to semibold)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeb committed Apr 11, 2024
1 parent a30554f commit 8fccbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Layout/header/src/Title/title-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
display: inline-block;
margin: 0;
color: $white;
font-weight: normal;
font-weight: 600;
}

&__subtitle {
Expand Down

0 comments on commit 8fccbaa

Please sign in to comment.