diff --git a/web/app/components/base/select/index.tsx b/web/app/components/base/select/index.tsx index 2d1f4431ef..56b4918f5e 100644 --- a/web/app/components/base/select/index.tsx +++ b/web/app/components/base/select/index.tsx @@ -221,13 +221,13 @@ const SimpleSelect: FC = ({ setSelectedItem(null) onSelect({ name: '', value: '' }) }} - className="h-5 w-5 text-gray-400 cursor-pointer" + className="h-4 w-4 text-text-quaternary cursor-pointer" aria-hidden="false" /> ) : (