mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Set menu font-weight to normal for material themes
This commit is contained in:
parent
f019acf113
commit
10c10396bb
2 changed files with 4 additions and 2 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue