From c520fbf59ada08cc084f8a98f193a2ee5289de23 Mon Sep 17 00:00:00 2001 From: Leo Driesch Date: Mon, 6 Sep 2021 20:26:15 +0200 Subject: [PATCH] Add padding to settings category titles to align the visually with icons --- src/components/ui/Category.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Category.tsx b/src/components/ui/Category.tsx index a08c22d3..a429fd0c 100644 --- a/src/components/ui/Category.tsx +++ b/src/components/ui/Category.tsx @@ -9,7 +9,7 @@ const CategoryBase = styled.div>` text-transform: uppercase; margin-top: 4px; - padding: 6px 0; + padding: 6px 0 6px 8px; margin-bottom: 4px; white-space: nowrap;