From 50744ce1fa7e7912748a7861477acacf3fc53552 Mon Sep 17 00:00:00 2001 From: weronika Date: Tue, 30 Apr 2024 16:03:14 +0200 Subject: [PATCH] change px to smaller --- govtool/frontend/src/components/atoms/StatusPill.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govtool/frontend/src/components/atoms/StatusPill.tsx b/govtool/frontend/src/components/atoms/StatusPill.tsx index 70b789c6c..df17ea51f 100644 --- a/govtool/frontend/src/components/atoms/StatusPill.tsx +++ b/govtool/frontend/src/components/atoms/StatusPill.tsx @@ -20,7 +20,7 @@ export const StatusPill = ({ size={size} label={label} sx={{ - px: 1.5, + px: 0.5, py: 0.5, height: 24, ...sx,