Skip to content

Commit 0e9fa84

Browse files
Improve border-caution-subdued and border-success-subdued color contrast (#8456)
1 parent 2312cbb commit 0e9fa84

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/sixty-feet-applaud.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/polaris-tokens': patch
3+
---
4+
5+
Updated `border-caution-subdued` and `border-success-subdued` tokens to improve color contrast

polaris-tokens/src/token-groups/color.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ export const color: {
458458
description: '',
459459
},
460460
'color-border-success-subdued': {
461-
value: colors.green[200],
461+
value: colors.green[400],
462462
description: '',
463463
},
464464
'color-border-critical-active': {
@@ -482,7 +482,7 @@ export const color: {
482482
description: '',
483483
},
484484
'color-border-caution-subdued': {
485-
value: colors.yellow[200],
485+
value: colors.yellow[400],
486486
description: '',
487487
},
488488
'color-border-info': {

0 commit comments

Comments
 (0)