fix: Update button styles and improve file size validation in breadcrumb and item components

This commit is contained in:
twwu
2025-07-08 15:28:22 +08:00
parent 5e2b60664f
commit e911a4e719
5 changed files with 15 additions and 13 deletions

View File

@ -14,16 +14,16 @@ const CreateAppCard = () => {
return (
<div className='flex h-[166px] flex-col gap-y-0.5 rounded-xl bg-background-default-dimmed'>
<div className='flex grow flex-col items-center justify-center p-2'>
<Option
href={'/datasets/create-from-pipeline'}
Icon={RiFunctionAddLine}
text={t('dataset.createFromPipeline')}
/>
<Option
href={'/datasets/create'}
Icon={RiAddLine}
text={t('dataset.createDataset')}
/>
<Option
href={'/datasets/create-from-pipeline'}
Icon={RiFunctionAddLine}
text={t('dataset.createFromPipeline')}
/>
</div>
<div className='border-t-[0.5px] border-divider-subtle p-2'>
<Option