mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-22 18:19:17 -05:00
fix: removing padding Y of search bar
This commit is contained in:
@@ -93,6 +93,9 @@ const Search = ({
|
||||
{
|
||||
borderColor: theme.palette.border.light,
|
||||
},
|
||||
"& .MuiOutlinedInput-root": {
|
||||
paddingY: 0,
|
||||
},
|
||||
}}
|
||||
/>
|
||||
{error && (
|
||||
|
||||
Reference in New Issue
Block a user