Skip to content

Commit

Permalink
fix(material-theme): fix style for material theme, disable custom css…
Browse files Browse the repository at this point in the history
… custom properties for material theme (#6003)
  • Loading branch information
denStrigo authored Oct 25, 2023
1 parent 6d3c1c3 commit eaf9f64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/@theme/styles/material/_material-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
color: nb-theme(color-basic-100) !important;
}
}

.select-button {
background-color: nb-theme(background-basic-color-3) !important;
}
Expand Down
1 change: 1 addition & 0 deletions src/app/@theme/styles/themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eaf9f64

Please sign in to comment.