mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 07:30:12 +01:00
Set menu font-weight to normal for material themes
This commit is contained in:
parent
222645777f
commit
4a4a8cb011
2 changed files with 4 additions and 2 deletions
|
|
@ -367,7 +367,8 @@ $theme: (
|
|||
),
|
||||
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);
|
||||
|
|
|
|||
|
|
@ -367,7 +367,8 @@ $theme: (
|
|||
),
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue