Skip to content

Commit

Permalink
feat(*): update checkbox and radio border color
Browse files Browse the repository at this point in the history
  • Loading branch information
moecasts committed Aug 2, 2024
1 parent fdd6bbe commit 470c808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"border": {
"default": {
"value": "{color.border.component.default}"
"value": "{color.palette.neutral.400}"
},
"hover": {
"value": "{color.shape.brand.hover}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"border": {
"default": {
"value": "{color.border.component.default}"
"value": "{color.palette.neutral.400}"
},
"hover": {
"value": "{color.shape.brand.hover}"
Expand Down
4 changes: 2 additions & 2 deletions packages/casts-theme/src/tokens/core/palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@
"darkValue": "0, 0%, 21%"
},
"400": {
"value": "0, 0%, 90%",
"darkValue": "0, 0%, 26%"
"value": "0, 0%, 88%",
"darkValue": "0, 0%, 28%"
},
"500": {
"value": "0, 0%, 60%",
Expand Down

0 comments on commit 470c808

Please sign in to comment.