Skip to content

Commit cb684bd

Browse files
committed
feat(title): augment title bar font-weight (from normal to semibold)
1 parent bac765c commit cb684bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/Layout/header/src/HeaderTitle/title-bar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
display: inline-block;
3535
margin: 0;
3636
color: $white;
37-
font-weight: normal;
37+
font-weight: 600;
3838
}
3939

4040
&__subtitle {

0 commit comments

Comments
 (0)