From 3a8baba129e609538e16e849d7cd7e3c2149ebca Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 16 May 2024 15:19:35 -0500 Subject: [🐴] Tweak header styles (#4053) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Tweak desktop header styles * Tweak mobile * Bump icon size * Remove unused else --- src/components/Button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Button.tsx') diff --git a/src/components/Button.tsx b/src/components/Button.tsx index dc319eb5c..a008c8605 100644 --- a/src/components/Button.tsx +++ b/src/components/Button.tsx @@ -292,7 +292,7 @@ export function Button({ baseStyles.push({height: 50, width: 50}) } } else if (size === 'small') { - baseStyles.push({height: 40, width: 40}) + baseStyles.push({height: 34, width: 34}) } else if (size === 'tiny') { baseStyles.push({height: 20, width: 20}) } -- cgit 1.4.1