Set menu font-weight to normal for material themes

This commit is contained in:
eugene-sinitsyn 2020-03-09 11:39:45 +03:00 committed by Sergey Andrievskiy
parent 222645777f
commit 4a4a8cb011
2 changed files with 4 additions and 2 deletions

View file

@ -367,7 +367,8 @@ $theme: (
), ),
outline-color: color-basic-700, outline-color: color-basic-700,
font-family-primary: unquote('Roboto, sans-serif') font-family-primary: unquote('Roboto, sans-serif'),
menu-text-font-weight: 400
); );
$nb-themes: nb-register-theme($theme, material-dark, dark); $nb-themes: nb-register-theme($theme, material-dark, dark);

View file

@ -367,7 +367,8 @@ $theme: (
), ),
outline-color: color-basic-transparent-200, outline-color: color-basic-transparent-200,
font-family-primary: unquote('Roboto, sans-serif') font-family-primary: unquote('Roboto, sans-serif'),
menu-text-font-weight: 400
); );
$nb-themes: nb-register-theme($theme, material-light, default); $nb-themes: nb-register-theme($theme, material-light, default);