From 86a380dd570fe5371cd66ba5c2f701f8f0f418fd Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 23 Apr 2025 09:37:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Remove=20padding=20from=20page?= =?UTF-8?q?=20icons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/app/components/page-icons.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/app/components/page-icons.tsx b/apps/web/src/app/components/page-icons.tsx index 4364fc4ea..3382f7411 100644 --- a/apps/web/src/app/components/page-icons.tsx +++ b/apps/web/src/app/components/page-icons.tsx @@ -29,10 +29,10 @@ const pageIconVariants = cva("inline-flex items-center justify-center", { purple: "bg-purple-500 text-white", }, size: { - sm: "p-1 size-6 [&_svg]:size-3 rounded-md", - md: "p-2 size-8 [&_svg]:size-5 rounded-lg", - lg: "p-3 size-9 [&_svg]:size-5 rounded-xl", - xl: "p-4 size-10 [&_svg]:size-5 rounded-xl", + sm: "size-6 [&_svg]:size-3 rounded-md", + md: "size-8 [&_svg]:size-5 rounded-lg", + lg: "size-9 [&_svg]:size-5 rounded-lg", + xl: "size-10 [&_svg]:size-5 rounded-lg", }, }, defaultVariants: {