Skip to content

Commit

Permalink
Update bg-subdued value and add bg-secondary-disabled token (#9495)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronccasanova authored Jun 21, 2023
1 parent 3b51b77 commit cf5f4bf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion polaris-tokens/src/token-groups/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export type ColorTextAlias =
type ColorBackgroundAliasExperimental = Experimental<
| 'bg-backdrop'
| 'bg-secondary'
| 'bg-secondary-disabled'
| 'bg-input-hover'
| 'bg-input-active'
| 'bg-transparent'
Expand Down Expand Up @@ -310,7 +311,7 @@ export const color: {
},
'color-bg-subdued': {
value: colors.gray[100],
valueExperimental: colorsExperimental.gray[5](),
valueExperimental: colorsExperimental.gray[4](),
description: '',
},
'color-bg-input': {
Expand Down Expand Up @@ -910,6 +911,10 @@ export const color: {
value: colorsExperimental.gray[5](),
description: '',
},
'color-bg-secondary-disabled-experimental': {
value: colorsExperimental.gray[4](),
description: '',
},
'color-bg-input-hover-experimental': {
value: colorsExperimental.gray[3](),
description: '',
Expand Down

0 comments on commit cf5f4bf

Please sign in to comment.