Add some padding to the search box

This commit is contained in:
Jackson Harper 2024-02-29 10:31:46 +08:00
parent e4fb01785b
commit 0e7bd46916

View file

@ -36,6 +36,7 @@ export const FormInput = styled('input', {
textIndent: '8px',
marginBottom: '2px',
height: '38px',
pl: '10px',
color: '$grayTextContrast',
'&:focus': {
outline: 'none',