Skip to content

Commit

Permalink
Add bg surface secondary active and hover tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
sophschneider committed Mar 25, 2024
1 parent 601b848 commit 2d4c209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polaris-tokens/src/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export const metaThemeDarkPartial = createMetaThemePartial({
'color-icon-secondary': {value: colors.gray[12]},
'color-text': {value: colors.gray[8]},
'color-text-secondary': {value: colors.gray[11]},
'color-bg-surface-secondary-active': {value: colors.gray[13]},
'color-bg-surface-secondary-hover': {value: colors.gray[14]},
},
});

Expand Down

0 comments on commit 2d4c209

Please sign in to comment.