Skip to content

Commit

Permalink
Thumbnail icon subdued (#3846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Page committed Jan 15, 2021
1 parent f03d9b3 commit 4eab9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f

- Fixed an incorrect translation key for `accessibilityLabel` in `Tooltip`([#3843](https://github.com/Shopify/polaris-react/pull/3843))
- Fix shadows on filled `Button`s not touching the bottom edge ([#3841](https://github.com/Shopify/polaris-react/pull/3841))
- Adjust `Thumbnail` icon color to be subdued ([#3846](https://github.com/Shopify/polaris-react/pull/3846))

### Documentation

Expand Down
2 changes: 1 addition & 1 deletion src/components/Thumbnail/Thumbnail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
max-width: 100%;
max-height: 100%;
@include recolor-icon(currentColor);
color: var(--p-icon, color('ink', 'lighter'));
color: var(--p-icon-subdued);
}

0 comments on commit 4eab9e5

Please sign in to comment.