Skip to content

Commit 0a99d3c

Browse files
committed
fix: swap light/dark border token colors
1 parent 306586e commit 0a99d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/paste-design-tokens/tokens/themes/sendgrid/global/border-color.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ props:
1010
value: "{!palette-gray-50}"
1111
comment: Default border color
1212
color-border-light:
13-
value: "{!palette-gray-60}"
13+
value: "{!palette-gray-40}"
1414
comment: Light border color
1515
color-border-dark:
16-
value: "{!palette-gray-40}"
16+
value: "{!palette-gray-60}"
1717
comment: Dark border color
1818

1919
# input borders

0 commit comments

Comments
 (0)