Skip to content

Commit

Permalink
feat: side navbar background adjusted for themes
Browse files Browse the repository at this point in the history
  • Loading branch information
nramc committed Oct 30, 2024
1 parent 70b035b commit 9b62a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ $dark-theme: mat.define-theme((
}

.navbar {
background: $primary;
background: mat.get-theme-color($light-theme, 'primary', 35);
}

.dark-theme .navbar {
Expand Down

0 comments on commit 9b62a56

Please sign in to comment.