mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -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 className={clPicker("search-box")}>
|
||||
<TextInput
|
||||
style={{ height: "30px" }}
|
||||
style={{ height: "30px", border: "none" }}
|
||||
|
||||
placeholder="Search stickers"
|
||||
autoFocus={true}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue