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

This commit is contained in:
Denis Strigo 2023-10-25 15:51:27 +02:00 committed by d.strigo
parent dcb6b8e646
commit d351a772c3
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,