fix(material-theme): fix style for material theme, disable custom css custom properties for material theme

This commit is contained in:
d.strigo 2023-10-25 15:48:54 +02:00
parent 6d3c1c35bc
commit 4052bf1ddf
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@
color: nb-theme(color-basic-100) !important; color: nb-theme(color-basic-100) !important;
} }
} }
.select-button { .select-button {
background-color: nb-theme(background-basic-color-3) !important; background-color: nb-theme(background-basic-color-3) !important;
} }

View file

@ -5,6 +5,7 @@
// material themes // material themes
@import './material/material-dark'; @import './material/material-dark';
@import './material/material-light'; @import './material/material-light';
$nb-enable-css-custom-properties: false; // disable custom css custom properties for material theme
$nb-themes: nb-register-theme(( $nb-themes: nb-register-theme((
layout-padding-top: 2.25rem, layout-padding-top: 2.25rem,