mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-08 14:13:01 -04:00
Fix MoreStickers
This commit is contained in:
parent
3359e66e80
commit
06c3ea5b01
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ export const PickerHeader = ({ onQueryChange }: PickerHeaderProps) => {
|
||||||
<div>
|
<div>
|
||||||
<div className={clPicker("search-box")}>
|
<div className={clPicker("search-box")}>
|
||||||
<TextInput
|
<TextInput
|
||||||
style={{ height: "30px" }}
|
style={{ height: "30px", border: "none" }}
|
||||||
|
|
||||||
placeholder="Search stickers"
|
placeholder="Search stickers"
|
||||||
autoFocus={true}
|
autoFocus={true}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue