From 1bcb30647f6bb3c8a96e399527a56f7e7e68dd2c Mon Sep 17 00:00:00 2001 From: Joel Date: Wed, 21 Aug 2024 17:16:13 +0800 Subject: [PATCH] chore: select ui --- web/app/components/base/select/index.tsx | 4 ++-- .../if-else/components/condition-list/condition-item.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" /> ) : (