Skip to content

Commit

Permalink
feat(input): update focus outline
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBonnet committed Dec 7, 2022
1 parent ea6c061 commit b9daa2c
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 b9daa2c

Please sign in to comment.