From 4052bf1ddf56bee1448fd38c6ae0501eaa5df0db Mon Sep 17 00:00:00 2001 From: "d.strigo" Date: Wed, 25 Oct 2023 15:48:54 +0200 Subject: [PATCH] fix(material-theme): fix style for material theme, disable custom css custom properties for material theme --- 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,