Fix MoreStickers

This commit is contained in:
thororen1234 2025-04-30 19:26:04 -04:00
parent 3359e66e80
commit 06c3ea5b01
No known key found for this signature in database

View file

@ -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}