Skip to content

Commit

Permalink
fix(core/pushcard): use std-text as default color (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Aug 16, 2023
1 parent 5d95a1e commit ca59395
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ $expand-content-height: 15rem;
border-bottom-left-radius: var(--theme-default-border-radius);
border-bottom-right-radius: var(--theme-default-border-radius);
}

::slotted(*) {
color: var(--theme-color-std-text);
}
}

:host(.show) {
Expand Down

0 comments on commit ca59395

Please sign in to comment.