fix: global font size increase + button size increase
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user