Skip to content

Commit 1b44880

Browse files
code-treekara
authored andcommitted
fix(toolbar): correct font-weight (#2485)
1 parent 09591cf commit 1b44880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/toolbar/toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ md-toolbar {
2525

2626
// Font Styling
2727
font-size: $md-toolbar-font-size;
28-
font-weight: 400;
28+
font-weight: 500;
2929
font-family: $md-font-family;
3030

3131
padding: 0 $md-toolbar-padding;

0 commit comments

Comments
 (0)