fix: removing padding Y of search bar

This commit is contained in:
Peter Carl Pardo
2024-12-10 20:45:45 +08:00
parent 151500def6
commit f26c0a0575
@@ -93,6 +93,9 @@ const Search = ({
{
borderColor: theme.palette.border.light,
},
"& .MuiOutlinedInput-root": {
paddingY: 0,
},
}}
/>
{error && (