From aecf01896aa7987a46881d43a9d804a17516256c Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 18 Mar 2021 13:25:19 +0300 Subject: feat: correct paddings on mobile --- src/components/Paper.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Paper.tsx b/src/components/Paper.tsx index f285dab..8094293 100644 --- a/src/components/Paper.tsx +++ b/src/components/Paper.tsx @@ -12,7 +12,7 @@ const style = { const Paper: React.FC = ({ variant = 'elevation', className, children }) => { return ( -
+
{children}
); -- cgit v1.2.3