From 80de7b92d5a1239973834e33a17bd1bfa8d53b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dro=C5=84?= Date: Mon, 18 Oct 2021 10:13:48 +0200 Subject: [PATCH] Add spacing between address cards (#1509) (#1513) --- .../CustomerAddressListPage/CustomerAddressListPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx b/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx index 09939cc62..5c5d588e3 100644 --- a/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx +++ b/src/customers/components/CustomerAddressListPage/CustomerAddressListPage.tsx @@ -63,7 +63,7 @@ const useStyles = makeStyles( }, root: { display: "grid", - gap: `${theme.spacing(3)}px`, + gap: theme.spacing(3), gridTemplateColumns: "repeat(3, 1fr)", [theme.breakpoints.down("md")]: { gridTemplateColumns: "repeat(2, 1fr)"