From a2123d1be824c4c0d10d15ff66e9ea86b127f190 Mon Sep 17 00:00:00 2001 From: Francesco Improta Date: Mon, 18 Mar 2024 14:55:28 +0100 Subject: [PATCH] fix: changes badge size --- src/scss/custom/_bottomnav.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/scss/custom/_bottomnav.scss b/src/scss/custom/_bottomnav.scss index 159c3b461..f0f918585 100644 --- a/src/scss/custom/_bottomnav.scss +++ b/src/scss/custom/_bottomnav.scss @@ -90,12 +90,12 @@ .bottom-nav-badge { top: 0; right: 0; - min-width: 18px; - height: 18px; - padding: 0 4px; + min-width: 1.15rem; + line-height: 1; + padding: 4px 6px; color: $white; font-size: 0.625rem; - border-radius: 50%; + border-radius: 2rem; font-style: normal; }