Skip to content

Commit

Permalink
fix(dialog): add close button color variable to icon declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed Dec 13, 2024
1 parent 4ded108 commit 0947d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elements/rh-dialog/rh-dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

:host([type='video']) #close-button::part(icon) {
color: var(--rh-color-surface);
color: var(--rh-dialog-close-button-color, var(--rh-color-surface));
filter: drop-shadow(1px 0 1px var(--rh-dialog-backdrop-background-color));
}

Expand Down

0 comments on commit 0947d16

Please sign in to comment.