Skip to content

Commit

Permalink
score bubble: increase width to 4.5rem
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekatwikz committed May 15, 2024
1 parent 4fa9e87 commit 3c5fe18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/analysis/ScoreBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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,
})}
Expand Down

0 comments on commit 3c5fe18

Please sign in to comment.