feat: Enhance dataset settings with chunk structure and icon selection

This commit is contained in:
twwu
2025-05-13 11:07:31 +08:00
parent 39b8331f81
commit cef6463847
14 changed files with 571 additions and 120 deletions

View File

@ -10,7 +10,7 @@ const Effect = ({
}: EffectProps) => {
return (
<div
className={cn('absolute size-[112px] bg-util-colors-blue-brand-blue-brand-500 blur-[80px]', className)}
className={cn('absolute size-[112px] rounded-full bg-util-colors-blue-brand-blue-brand-500 blur-[80px]', className)}
/>
)
}