From efca0809c864f5efc83ebf372af4b4f00a3179e7 Mon Sep 17 00:00:00 2001 From: heyjul3s Date: Fri, 12 Feb 2021 11:25:58 +1100 Subject: [PATCH] remove paragraph top margin --- docs/components/Typography.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/components/Typography.tsx b/docs/components/Typography.tsx index ec9d52a..b92568e 100644 --- a/docs/components/Typography.tsx +++ b/docs/components/Typography.tsx @@ -51,6 +51,7 @@ const headings = { const text = { base: { styles: { + marginTop: 0, lineHeight: 1.45 } },