From 6c650b7bd483e7653fc61e96bd32a76c20d3ea71 Mon Sep 17 00:00:00 2001 From: talksik Date: Mon, 16 May 2022 18:57:27 -0500 Subject: [PATCH] Update index.css --- packages/desktop/src/styles/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/desktop/src/styles/index.css b/packages/desktop/src/styles/index.css index e6b913c..6b846bd 100644 --- a/packages/desktop/src/styles/index.css +++ b/packages/desktop/src/styles/index.css @@ -1,4 +1,4 @@ -@import "~antd/dist/antd.css"; +@import '~antd/dist/antd.css'; @tailwind base; @tailwind components; @@ -13,7 +13,7 @@ body { #root { @apply flex flex-col flex-1; padding: 0 !important; - font-family: "IBM Plex Sans", sans-serif; + font-family: 'IBM Plex Sans', sans-serif; } button { @@ -41,6 +41,7 @@ button { .ant-avatar-group .ant-avatar { border: none; + @apply shadow-lg; } .ant-modal-footer {