From 9e09ba74bda86859148047884d88adeec7a5ac9a Mon Sep 17 00:00:00 2001 From: Alex Page Date: Thu, 14 Jan 2021 19:13:29 -0800 Subject: [PATCH] Thumbnail icon subdued (#3846) --- UNRELEASED.md | 1 + src/components/Thumbnail/Thumbnail.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/UNRELEASED.md b/UNRELEASED.md index df63d578071..f4484de6f48 100644 --- a/UNRELEASED.md +++ b/UNRELEASED.md @@ -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 diff --git a/src/components/Thumbnail/Thumbnail.scss b/src/components/Thumbnail/Thumbnail.scss index d10ceb967b3..e11ef35feee 100644 --- a/src/components/Thumbnail/Thumbnail.scss +++ b/src/components/Thumbnail/Thumbnail.scss @@ -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, color('ink', 'lighter')); }