💄 Remove padding from page icons

This commit is contained in:
Luke Vella 2025-04-23 09:37:12 +01:00
parent e89733e7c2
commit 86a380dd57
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -29,10 +29,10 @@ const pageIconVariants = cva("inline-flex items-center justify-center", {
purple: "bg-purple-500 text-white", purple: "bg-purple-500 text-white",
}, },
size: { size: {
sm: "p-1 size-6 [&_svg]:size-3 rounded-md", sm: "size-6 [&_svg]:size-3 rounded-md",
md: "p-2 size-8 [&_svg]:size-5 rounded-lg", md: "size-8 [&_svg]:size-5 rounded-lg",
lg: "p-3 size-9 [&_svg]:size-5 rounded-xl", lg: "size-9 [&_svg]:size-5 rounded-lg",
xl: "p-4 size-10 [&_svg]:size-5 rounded-xl", xl: "size-10 [&_svg]:size-5 rounded-lg",
}, },
}, },
defaultVariants: { defaultVariants: {