Skip to content

Commit

Permalink
Fix text input border color on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 12, 2024
1 parent 309621d commit c63905e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"color": { "value": "{ams.brand.color.neutral.60}" }
},
"hover": {
"box-shadow": { "value": "inset 0 0 0 {ams.border.width.md} {ams.brand.color.red.80}" }
"box-shadow": { "value": "inset 0 0 0 {ams.border.width.md} {ams.brand.color.neutral.60}" }
},
"invalid": {
"box-shadow": { "value": "inset 0 0 0 {ams.border.width.sm} {ams.brand.color.red.60}" },
Expand Down

0 comments on commit c63905e

Please sign in to comment.