From d351a772c31f7879ab3635551f8d8d06c8a818ee Mon Sep 17 00:00:00 2001 From: Denis Strigo Date: Wed, 25 Oct 2023 15:51:27 +0200 Subject: [PATCH] fix(material-theme): fix style for material theme, disable custom css custom properties for material theme (#6003) --- src/app/@theme/styles/material/_material-overrides.scss | 2 +- src/app/@theme/styles/themes.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/@theme/styles/material/_material-overrides.scss b/src/app/@theme/styles/material/_material-overrides.scss index ebb4c246..0f60460c 100644 --- a/src/app/@theme/styles/material/_material-overrides.scss +++ b/src/app/@theme/styles/material/_material-overrides.scss @@ -6,7 +6,7 @@ color: nb-theme(color-basic-100) !important; } } - + .select-button { background-color: nb-theme(background-basic-color-3) !important; } diff --git a/src/app/@theme/styles/themes.scss b/src/app/@theme/styles/themes.scss index 8c8917ee..67152f6a 100644 --- a/src/app/@theme/styles/themes.scss +++ b/src/app/@theme/styles/themes.scss @@ -5,6 +5,7 @@ // material themes @import './material/material-dark'; @import './material/material-light'; +$nb-enable-css-custom-properties: false; // disable custom css custom properties for material theme $nb-themes: nb-register-theme(( layout-padding-top: 2.25rem,