From a7575e6a413747336c8f499c2062924bd1ce47a4 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 6 Feb 2025 15:05:56 +0800 Subject: [PATCH] fix: deprecated active --- web/app/components/base/select/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/select/index.tsx b/web/app/components/base/select/index.tsx index 6a99fd3f76..be74d92c3f 100644 --- a/web/app/components/base/select/index.tsx +++ b/web/app/components/base/select/index.tsx @@ -249,7 +249,7 @@ const SimpleSelect: FC = ({ {items.map((item: Item) => ( + className={ classNames( 'relative cursor-pointer select-none py-2 pl-3 pr-9 rounded-lg hover:bg-state-base-hover text-text-secondary', optionClassName,