Skip to content

Commit

Permalink
fix(surface): text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Oct 8, 2024
1 parent 8dac5da commit 955d393
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changeset/puny-hotels-pull.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"@rhds/elements": patch
---
`<rh-surface>`: corrected themed text color
3 changes: 3 additions & 0 deletions elements/rh-surface/rh-surface.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
:host {
display: block;
background-color: var(--rh-color-surface);
}

#slot {
color: var(--rh-color-text-primary);
}

Expand Down

0 comments on commit 955d393

Please sign in to comment.