feat: update dataset creation UI

This commit is contained in:
nite-knite
2024-12-13 14:37:22 +08:00
parent 2fb71dce50
commit 8de12ef1d7
17 changed files with 170 additions and 241 deletions

View File

@ -33,7 +33,7 @@ const AppIcon: FC<AppIconProps> = ({
onClick,
}) => {
const wrapperClassName = classNames(
style.appIcon,
'flex items-center justify-center relative w-9 h-9 text-lg rounded-lg grow-0 shrink-0',
size !== 'medium' && style[size],
rounded && style.rounded,
className ?? '',

View File

@ -1,7 +1,3 @@
.appIcon {
@apply flex items-center justify-center relative w-9 h-9 text-lg rounded-lg grow-0 shrink-0;
}
.appIcon.large {
@apply w-10 h-10;
}
@ -20,4 +16,4 @@
.appIcon.rounded {
@apply rounded-full;
}
}