fix: global font size increase + button size increase

This commit is contained in:
Chen Gu
2026-05-09 15:23:46 +08:00
parent 61a8245582
commit 03b58aa1d1
26 changed files with 144 additions and 226 deletions

View File

@@ -21,9 +21,9 @@ const variantStyles: Record<ButtonVariant, string> = {
};
const sizeStyles: Record<ButtonSize, string> = {
sm: 'px-3 py-1.5 text-[10px]',
md: 'px-5 py-2.5 text-[11px]',
lg: 'px-7 py-3 text-[13px]',
sm: 'px-4 py-2 text-[12px]',
md: 'px-6 py-3 text-[13px]',
lg: 'px-8 py-4 text-[15px]',
};
export default function Button({