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,