fix: further increase font sizes, icons, buttons, and spacing
This commit is contained in:
@@ -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]',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user