From 6564be1a60abc111fc8e54ffef18e1862c70a6cb Mon Sep 17 00:00:00 2001 From: Damien Ostler Date: Sun, 2 Jun 2024 22:58:49 -0400 Subject: [PATCH] Update search_input.tsx --- components/neroshitron/search_input.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 => (