Skip to content

Commit

Permalink
fix: missing theme on cards page
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschwanz authored and Florian Schwanz committed Nov 7, 2024
1 parent e16d799 commit 9e7e447
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// Theme specific
//

::ng-deep .blue-theme {
.blue-theme {
.toolbar-title {
color: mat.get-color-from-palette($blue-primary, 500) !important;
font-family: 'Black Han Sans', sans-serif;
Expand All @@ -56,7 +56,7 @@
}
}

::ng-deep .green-theme {
.green-theme {
.toolbar-title {
color: mat.get-color-from-palette($green-primary, 500) !important;
font-family: 'Black Han Sans', sans-serif;
Expand All @@ -71,7 +71,7 @@
}
}

::ng-deep .future-theme {
.future-theme {
.toolbar {
border-top: 5px solid #006eb3;

Expand Down Expand Up @@ -121,7 +121,7 @@
}


::ng-deep .kult-theme {
.kult-theme {
.toolbar-title {
color: mat.get-color-from-palette($kult-primary, 500) !important;
font-family: 'Black Han Sans', sans-serif;
Expand Down

0 comments on commit 9e7e447

Please sign in to comment.