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/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/containers/Page.tsx') 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}
-- cgit v1.2.3