Skip to content

Commit

Permalink
feat(input): update focus outline (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 13, 2022
1 parent aa42a1f commit b4f8e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/shared/ui/src/lib/styles/components/input.scss
Expand Up @@ -34,7 +34,7 @@

.input--focused,
.input__button--focused {
outline: 1px solid theme('colors.brand.500');
outline: 3px solid theme('colors.brand.100');
label {
@apply text-xs translate-y-0;
}
Expand Down

0 comments on commit b4f8e29

Please sign in to comment.