Skip to content

Commit

Permalink
Updated bg-transparent-subdued value (#9784)
Browse files Browse the repository at this point in the history
<!--
  ☝️How to write a good PR title:
- Prefix it with [ComponentName] (if applicable), for example: [Button]
  - Start with a verb, for example: Add, Delete, Improve, Fix…
  - Give as much context as necessary and as little as possible
  - Prefix it with [WIP] while it’s a work in progress
-->

### WHY are these changes introduced?

Fixes Shopify/archive-polaris-backlog-2024#997

### WHAT is this pull request doing?

This PR updates bg-transparent-subdued value to increase contrast of
default badges

<img width="841" alt="image"
src="https://github.com/Shopify/polaris/assets/8629173/3ae74bea-b493-45b4-bf0f-d92656c523a4">
  • Loading branch information
sarahill authored Jul 20, 2023
1 parent 6e202c1 commit 0e2b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polaris-tokens/src/token-groups/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 0e2b08e

Please sign in to comment.