diff options
Diffstat (limited to 'src/components/TextInput.css')
| -rw-r--r-- | src/components/TextInput.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/TextInput.css b/src/components/TextInput.css index bb04415..08ab76b 100644 --- a/src/components/TextInput.css +++ b/src/components/TextInput.css @@ -10,8 +10,7 @@ &:focus { outline: 2px solid var(--primary); - border-bottom: none; - margin-bottom: 2px; + outline-offset: -2px; } } }
\ No newline at end of file |
