Skip to content

Commit

Permalink
[core] fix(Button): icon intent color in dark mode (#4834)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomshen authored Aug 24, 2021
1 parent 5deae72 commit fc6915d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/components/button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ Styleguide button
}

#{$icon-classes} {
color: $pt-dark-icon-color;
&:not([class*="#{$ns}-intent-"]) {
color: $pt-dark-icon-color;
}
}
}

Expand Down

1 comment on commit fc6915d

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(Button): icon intent color in dark mode (#4834)

Previews: documentation | landing | table

Please sign in to comment.