diff --git a/src/app/@theme/styles/material/_material-dark.scss b/src/app/@theme/styles/material/_material-dark.scss index cd484b0b..220d426a 100644 --- a/src/app/@theme/styles/material/_material-dark.scss +++ b/src/app/@theme/styles/material/_material-dark.scss @@ -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); diff --git a/src/app/@theme/styles/material/_material-light.scss b/src/app/@theme/styles/material/_material-light.scss index 70b83c17..15880df8 100644 --- a/src/app/@theme/styles/material/_material-light.scss +++ b/src/app/@theme/styles/material/_material-light.scss @@ -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);