Skip to content

Commit

Permalink
update color => fill
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdholt committed Mar 30, 2023
1 parent 9dc8470 commit 8d7afc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-components/src/button/button.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,11 +274,11 @@ export const styles = css`
}
:host([appearance='subtle']:hover) ::slotted(svg) {
color: ${colorNeutralForeground2BrandHover};
fill: ${colorNeutralForeground2BrandHover};
}
:host([appearance='subtle']:hover:active) ::slotted(svg) {
color: ${colorNeutralForeground2BrandPressed};
fill: ${colorNeutralForeground2BrandPressed};
}
:host([appearance='transparent']) .control {
Expand Down

0 comments on commit 8d7afc2

Please sign in to comment.