From 0e2b08e5f7f3b0529dc3f525fe1ccfd2fc840120 Mon Sep 17 00:00:00 2001 From: Sara Hill Date: Thu, 20 Jul 2023 16:58:29 -0700 Subject: [PATCH] Updated bg-transparent-subdued value (#9784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### WHY are these changes introduced? Fixes https://github.com/Shopify/polaris-summer-editions/issues/997 ### WHAT is this pull request doing? This PR updates bg-transparent-subdued value to increase contrast of default badges image --- polaris-tokens/src/token-groups/color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris-tokens/src/token-groups/color.ts b/polaris-tokens/src/token-groups/color.ts index 95df2581cf8..5af1189378a 100644 --- a/polaris-tokens/src/token-groups/color.ts +++ b/polaris-tokens/src/token-groups/color.ts @@ -940,7 +940,7 @@ export const color: { description: '', }, 'color-bg-transparent-subdued-experimental': { - value: colorsExperimental.gray[16]('0.05'), + value: colorsExperimental.gray[16]('0.07'), description: '', }, 'color-bg-transparent-hover-experimental': {