From aedc158654629f05e80cca5bf77d2ff1d7ac57c8 Mon Sep 17 00:00:00 2001 From: ashishcas Date: Sat, 14 Aug 2021 21:44:02 +0530 Subject: [PATCH] feat:: updating border radius --- src/context/intermediate/popovers/UserProfile.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/intermediate/popovers/UserProfile.module.scss b/src/context/intermediate/popovers/UserProfile.module.scss index a45d71c3..6a97469f 100644 --- a/src/context/intermediate/popovers/UserProfile.module.scss +++ b/src/context/intermediate/popovers/UserProfile.module.scss @@ -88,7 +88,7 @@ overflow-y: auto; flex-direction: column; background: var(--primary-background); - border-radius: 0 0 8px 8px; + border-radius: 0 0 2px 2px; .empty { display: flex;