Skip to content

Commit c4cb9d4

Browse files
Merge pull request #868 from sudhanshutech/search/align
[ui]: fix alignment of search bar
2 parents cf4f6a9 + a2974e6 commit c4cb9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/custom/SearchBar.tsx

+1-1
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)