chore: select ui

This commit is contained in:
Joel 2024-08-21 17:16:13 +08:00
parent bc245a25bf
commit 1bcb30647f
2 changed files with 3 additions and 3 deletions

View File

@ -221,13 +221,13 @@ const SimpleSelect: FC<ISelectProps> = ({
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"
/>
)
: (
<ChevronDownIcon
className="h-5 w-5 text-gray-400"
className="h-4 w-4 text-text-quaternary group-hover/simple-select:text-text-secondary"
aria-hidden="true"
/>
)}

View File

@ -198,7 +198,7 @@ const ConditionItem = ({
<div className='ml-0.5 truncate system-xs-medium'>{item?.name}</div>
</div>
</div>
: <div className='text-gray-300 system-xs-medium'>{t('common.placeholder.select')}</div>
: <div className='text-left text-components-input-text-placeholder system-sm-regular'>{t('common.placeholder.select')}</div>
)}
hideChecked
/>