From 9e7e1d76a2dfcf13161755483206798593c070ae Mon Sep 17 00:00:00 2001 From: WanQuanXie Date: Wed, 29 May 2024 14:44:25 +0800 Subject: [PATCH] update(ui): correct SearchVideo and SearchImages plus action button hover background color --- ui/components/SearchImages.tsx | 2 +- ui/components/SearchVideos.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/SearchImages.tsx b/ui/components/SearchImages.tsx index a01fd42..b53b8b0 100644 --- a/ui/components/SearchImages.tsx +++ b/ui/components/SearchImages.tsx @@ -62,7 +62,7 @@ const SearchImages = ({ ); setLoading(false); }} - className="border border-dashed border-light-200 dark:border-dark-200 hover:bg-light-secondary dark:hover:bg-dark-secondary active:scale-95 duration-200 transition px-4 py-2 flex flex-row items-center justify-between rounded-lg dark:text-white text-sm w-full" + className="border border-dashed border-light-200 dark:border-dark-200 hover:bg-light-200 dark:hover:bg-dark-200 active:scale-95 duration-200 transition px-4 py-2 flex flex-row items-center justify-between rounded-lg dark:text-white text-sm w-full" >
diff --git a/ui/components/SearchVideos.tsx b/ui/components/SearchVideos.tsx index a284bea..2646322 100644 --- a/ui/components/SearchVideos.tsx +++ b/ui/components/SearchVideos.tsx @@ -77,7 +77,7 @@ const Searchvideos = ({ ); setLoading(false); }} - className="border border-dashed border-light-200 dark:border-dark-200 hover:bg-light-secondary dark:hover:bg-dark-secondary active:scale-95 duration-200 transition px-4 py-2 flex flex-row items-center justify-between rounded-lg dark:text-white text-sm w-full" + className="border border-dashed border-light-200 dark:border-dark-200 hover:bg-light-200 dark:hover:bg-dark-200 active:scale-95 duration-200 transition px-4 py-2 flex flex-row items-center justify-between rounded-lg dark:text-white text-sm w-full" >