chore: ui

This commit is contained in:
Joel 2025-11-06 11:03:14 +08:00
parent cdd85ff736
commit cb9148a39a
1 changed files with 3 additions and 1 deletions

View File

@ -34,7 +34,9 @@ const DatePicker: FC<Props> = ({
}, [locale])
return (
<div className='flex h-8 items-center space-x-0.5 rounded-lg bg-components-input-bg-normal px-2'>
<RiCalendarLine className='size-3.5 text-text-tertiary' />
<div className='p-px'>
<RiCalendarLine className='size-3.5 text-text-tertiary' />
</div>
<Picker
value={start}
onChange={onStartChange}