Merge pull request #1341 from peterpardo/fix/adjust-search-bar-height

Fix: Adjust Search Bar height
This commit is contained in:
Alexander Holliday
2024-12-10 18:29:22 -08:00
committed by GitHub

View File

@@ -93,6 +93,9 @@ const Search = ({
{
borderColor: theme.palette.border.light,
},
"& .MuiOutlinedInput-root": {
paddingY: 0,
},
}}
/>
{error && (