diff --git a/src/components/Button.tsx b/src/components/Button.tsx index fb068ac9de..a008c8605c 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -291,7 +291,6 @@ export function Button({ } else { baseStyles.push({height: 50, width: 50}) } - } else if (size === 'medium') { } else if (size === 'small') { baseStyles.push({height: 34, width: 34}) } else if (size === 'tiny') {