Skip to content

Commit

Permalink
Fix tooltip token descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sophschneider committed Apr 2, 2024
1 parent 79d186e commit c428913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polaris-tokens/src/themes/base/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,11 +1018,11 @@ export const color: {
},
'color-tooltip-tail-down-border-experimental': {
value: colors.gray[9],
description: 'The border color for tool tip tails pointing down.',
description: 'The border color for tooltip tails pointing down.',
},
'color-tooltip-tail-up-border-experimental': {
value: colors.gray[8],
description: 'The border color for tool tip tails pointing up.',
description: 'The border color for tooltip tails pointing up.',
},
'color-border-gradient-experimental': {
value: `linear-gradient(to bottom, ${colors.gray[7]}, ${colors.gray[10]} 78%, ${colors.gray[11]})`,
Expand Down

0 comments on commit c428913

Please sign in to comment.