Skip to content

fix(Button):Update default btn icon color to match design specs

Jeremy Elder requested to merge correct-button-group-icon-color into master

What does this MR do?

Update the icon color to use $gray-500 instead of currentColor to match design specs for default buttons.

Before After
CleanShot_2020-07-23_at_11.41.46_2x CleanShot_2020-07-23_at_11.41.28_2x

Does this MR meet the acceptance criteria?

Conformity

  • Code review guidelines.
  • GitLab UI's contributing guidlines.
  • If it changes a Pajamas-compliant component's look & feel, the MR has been reviewed by a UX designer.
  • [-] If it changes GitLab UI's documentation guidelines, the MR has been reviewed by a Technical Writer.
  • [-] If the MR changes a component's API, integration MR(s) have been opened in the following projects to ensure that the @gitlab/ui package can be upgraded quickly after the changes are released:
  • Added the ~"component:*" label(s) if applicable.
Edited by Jeremy Elder

Merge request reports