Skip to content

Commit a2974e6

Browse files
committed
fix(search): alignment in ux
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
1 parent cf4f6a9 commit a2974e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/SearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function SearchBar({
135135
}
136136
}}
137137
>
138-
<div>
138+
<div style={{ display: 'flex' }}>
139139
<ThemeProvider theme={customTheme(theme)}>
140140
<TextField
141141
variant="standard"

0 commit comments

Comments
 (0)