Skip to content

Commit

Permalink
fix(react): textfield focused border color
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Oct 19, 2022
1 parent 934e598 commit 9dea88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/lib/TextField.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

&:focus,
&:focus-within
--border-color: var(--junipero-velvet)
--border-color: var(--main-color)

&.invalid.dirty
.field
Expand Down

0 comments on commit 9dea88f

Please sign in to comment.