Skip to content

Commit

Permalink
Fixes #14180. Makes the icons grayscale.
Browse files Browse the repository at this point in the history
  • Loading branch information
mapk committed Jun 13, 2019
1 parent 8589bc1 commit ec0d399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/panel/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@

.components-panel__icon {
color: $dark-gray-500;
filter: grayscale(1);
margin: -2px 0 -2px 6px;
}

Expand Down

0 comments on commit ec0d399

Please sign in to comment.