From 387e08f69b9b8fc5eca244bb074fb566c907771f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczyk?= Date: Tue, 15 Mar 2022 15:54:10 +0100 Subject: [PATCH] feat(dashboard-v2): add global typography styles --- packages/dashboard-v2/src/styles/global.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/dashboard-v2/src/styles/global.css b/packages/dashboard-v2/src/styles/global.css index ae86596a..e0238aad 100644 --- a/packages/dashboard-v2/src/styles/global.css +++ b/packages/dashboard-v2/src/styles/global.css @@ -39,7 +39,14 @@ font-size: 1rem; } h6 { - @apply uppercase; - font-size: 0.875rem; + @apply uppercase text-xs; + } + + p { + @apply mt-2; + } + + hr { + @apply border-t-palette-200; } }