From 52a1dc552311fb33c96b23a084091722ddec3946 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Sat, 28 Jan 2023 21:03:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Fix=20margin=20for=20category=20?= =?UTF-8?q?accordeon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard/Wrappers/Category/Category.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard/Wrappers/Category/Category.tsx b/src/components/Dashboard/Wrappers/Category/Category.tsx index ff8ed886b..f2fda5028 100644 --- a/src/components/Dashboard/Wrappers/Category/Category.tsx +++ b/src/components/Dashboard/Wrappers/Category/Category.tsx @@ -30,7 +30,7 @@ export const DashboardCategory = ({ category }: DashboardCategoryProps) => { classNames={{ item: cardClasses.card, }} - mx={0} + mx={10} chevronPosition="left" multiple value={isEditMode ? categoryList : toggledCategories}