mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add some padding to the search box
This commit is contained in:
parent
e4fb01785b
commit
0e7bd46916
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ export const FormInput = styled('input', {
|
|||
textIndent: '8px',
|
||||
marginBottom: '2px',
|
||||
height: '38px',
|
||||
pl: '10px',
|
||||
color: '$grayTextContrast',
|
||||
'&:focus': {
|
||||
outline: 'none',
|
||||
|
|
|
|||
Loading…
Reference in a new issue