From 6f15442e4920b0af67446ee8a94aca8f33b77170 Mon Sep 17 00:00:00 2001 From: Sean Warren Date: Mon, 15 Jan 2024 21:07:34 -0800 Subject: [PATCH] fix: spacing x0.5 --- src/theme/theme.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/theme/theme.ts b/src/theme/theme.ts index a3204f88..46f572c7 100644 --- a/src/theme/theme.ts +++ b/src/theme/theme.ts @@ -17,22 +17,22 @@ const commonSettings = { button: { // numbers are in theme.spacing units small: { - height: 8, + height: 4, icon: "1.375rem", startIcon: "1.125rem", - paddingX: 2.5, + paddingX: 1.25, }, medium: { - height: 10, + height: 5, icon: "1.5rem", startIcon: "1.25rem", - paddingX: 4, + paddingX: 2, }, large: { - height: 12, + height: 6, icon: "1.625rem", startIcon: "1.375rem", - paddingX: 5.5, + paddingX: 2.75, }, }, },