diff --git a/src/Components/Buttons/LifeCounterButton.tsx b/src/Components/Buttons/LifeCounterButton.tsx index 93e63ed..6b7f388 100644 --- a/src/Components/Buttons/LifeCounterButton.tsx +++ b/src/Components/Buttons/LifeCounterButton.tsx @@ -116,8 +116,8 @@ const LifeCounterButton = ({ const fontSize = rotation === Rotation.SideFlipped || rotation === Rotation.Side - ? '10vmax' - : '20vmin'; + ? '8vmax' + : '16vmin'; return (