From 3c5fe1887f44c1d30117644b31f7a9c49b7045c4 Mon Sep 17 00:00:00 2001 From: ekatwikz Date: Wed, 15 May 2024 19:27:21 +0200 Subject: [PATCH] score bubble: increase width to 4.5rem --- src/components/panels/analysis/ScoreBubble.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panels/analysis/ScoreBubble.tsx b/src/components/panels/analysis/ScoreBubble.tsx index eed2ea0f..6710b092 100644 --- a/src/components/panels/analysis/ScoreBubble.tsx +++ b/src/components/panels/analysis/ScoreBubble.tsx @@ -23,7 +23,7 @@ function ScoreBubble({ style={(theme) => ({ borderRadius: theme.radius.sm, boxShadow: theme.shadows.md, - width: size === "md" ? "4rem" : "3.5rem", + width: size === "md" ? "4.5rem" : "3.5rem", height: size === "md" ? "1.85rem" : "1.6rem", })} fz="0.5rem" @@ -66,7 +66,7 @@ function ScoreBubble({ textAlign: "center", padding: "0.15rem", borderRadius: theme.radius.sm, - width: size === "md" ? "4rem" : "3.5rem", + width: size === "md" ? "4.5rem" : "3.5rem", height: size === "md" ? "1.85rem" : "1.6rem", boxShadow: theme.shadows.md, })}