🐛 Fix padding of input field component (#7198)

This commit is contained in:
Eva Marco 2025-08-28 10:30:33 +02:00 committed by GitHub
parent cf5303a39c
commit 2a5f1f870b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
background: var(--input-bg-color);
border-radius: $br-8;
padding: 0 var(--sp-xs);
padding: 0 var(--sp-s);
outline: $b-1 solid var(--input-outline-color);
&:hover {

View File

@ -25,7 +25,7 @@
inline-size: 100%;
background: var(--token-field-bg-color);
border-radius: $br-8;
padding: var(--sp-xs);
padding: var(--sp-s);
outline: $b-1 solid var(--token-field-outline-color);
&:hover {