From d2988b99143aabec88467212cfca5891bf6f6bd3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 12:16:57 +0300 Subject: feat: remove default margin from Paper --- src/containers/Home.tsx | 4 ++-- src/containers/Page.tsx | 2 +- src/containers/WaybillForm.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/containers') diff --git a/src/containers/Home.tsx b/src/containers/Home.tsx index 697cc66..3af5379 100644 --- a/src/containers/Home.tsx +++ b/src/containers/Home.tsx @@ -29,9 +29,9 @@ const cards = [ const Home: React.FC = () => ( -
+
{cards.map(card => ( - +
Накладная
diff --git a/src/containers/Page.tsx b/src/containers/Page.tsx index 879d130..6282748 100644 --- a/src/containers/Page.tsx +++ b/src/containers/Page.tsx @@ -13,7 +13,7 @@ interface Props { } const Page: React.FC = ({ title, actions, className, children }) => ( - +
{title}
diff --git a/src/containers/WaybillForm.tsx b/src/containers/WaybillForm.tsx index 6976652..4b2e3fa 100644 --- a/src/containers/WaybillForm.tsx +++ b/src/containers/WaybillForm.tsx @@ -34,7 +34,7 @@ const WaybillForm: React.FC = ({ setFieldValue, values }) => { ]} /> {_.times(recordsNumber).map(index => ( - +