feat: new Dataset list

This commit is contained in:
twwu
2025-04-30 14:16:13 +08:00
parent 2613a380b6
commit a7f9259e27
37 changed files with 3076 additions and 237 deletions

View File

@ -116,7 +116,7 @@ export const SegmentedControl = <T extends string | number | symbol>({
)}
onClick={() => onChange(option.value)}
>
<Icon className='size-4' />
<Icon className='size-4 shrink-0' />
{text && (
<div className={cn('inline-flex items-center gap-x-1', ItemTextWrapperVariants({ size }))}>
<span>{text}</span>