mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-03-14 10:05:04 +00:00
Update search_input.tsx
This commit is contained in:
parent
6541bd94fe
commit
6564be1a60
@ -136,8 +136,9 @@ const SearchInput = ({ tagsChanged, searchChanged, nsfwChanged, nsfwButtonEnable
|
|||||||
searchBox: "rounded-md bg-secondary w-1/2 text-white w-full mt-2 p-2 mb-2 animate-in",
|
searchBox: "rounded-md bg-secondary w-1/2 text-white w-full mt-2 p-2 mb-2 animate-in",
|
||||||
searchIcon: "hidden",
|
searchIcon: "hidden",
|
||||||
tagItem: (value) => "hover:scale-95 bg-primary-light rounded-md pl-2 p-1 m-1 flex",
|
tagItem: (value) => "hover:scale-95 bg-primary-light rounded-md pl-2 p-1 m-1 flex",
|
||||||
tagItemText: "text-white",
|
tagItemText: "text-white animate-in",
|
||||||
closeIcon: "text-white"
|
closeIcon: "text-white",
|
||||||
|
tagItemIconContainer:"animate-in"
|
||||||
}}
|
}}
|
||||||
|
|
||||||
formatOptionLabel={data => (
|
formatOptionLabel={data => (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user