From 632bb931da2aa0c9c0fccef909cdf44fc0d1a0b2 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 8 Nov 2024 09:51:57 +0530 Subject: [PATCH] Tweak spacing --- web/apps/photos/src/components/pages/gallery/LinkButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/apps/photos/src/components/pages/gallery/LinkButton.tsx b/web/apps/photos/src/components/pages/gallery/LinkButton.tsx index 7ad28d053b..50fec20a4f 100644 --- a/web/apps/photos/src/components/pages/gallery/LinkButton.tsx +++ b/web/apps/photos/src/components/pages/gallery/LinkButton.tsx @@ -16,7 +16,7 @@ const LinkButton: React.FC< sx={{ color: "text.base", textDecoration: "underline rgba(255, 255, 255, 0.4)", - paddingBottom: 0.5, + paddingBottom: "2px", "&:hover": { color: `${color}.main`, textDecoration: `underline `,