Skip to content

Commit

Permalink
fix #1302 - wrong card header in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 10, 2022
1 parent 0d6cebc commit 375c12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/ui/_cards.scss
Expand Up @@ -213,7 +213,7 @@

.card-header-light {
border-bottom-color: transparent;
background: var(--#{$prefix}light);
background: var(--#{$prefix}bg-surface-secondary);
}

.card-header-tabs {
Expand Down

0 comments on commit 375c12d

Please sign in to comment.