fix: further increase font sizes, icons, buttons, and spacing

This commit is contained in:
Chen Gu
2026-05-09 18:39:06 +08:00
parent c8d89dca41
commit 3142ccc762
35 changed files with 189 additions and 189 deletions

View File

@@ -21,8 +21,8 @@ const variantStyles: Record<ButtonVariant, string> = {
};
const sizeStyles: Record<ButtonSize, string> = {
sm: 'px-4 py-2 text-[12px]',
md: 'px-6 py-3 text-[13px]',
sm: 'px-4 py-2 text-[15px]',
md: 'px-6 py-3 text-[34px]',
lg: 'px-8 py-4 text-[15px]',
};