diff --git a/components/neroshitron/search_input.tsx b/components/neroshitron/search_input.tsx index 69247b3..e5afbdc 100644 --- a/components/neroshitron/search_input.tsx +++ b/components/neroshitron/search_input.tsx @@ -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", searchIcon: "hidden", tagItem: (value) => "hover:scale-95 bg-primary-light rounded-md pl-2 p-1 m-1 flex", - tagItemText: "text-white", - closeIcon: "text-white" + tagItemText: "text-white animate-in", + closeIcon: "text-white", + tagItemIconContainer:"animate-in" }} formatOptionLabel={data => (