remove border radius and adjust life font size

This commit is contained in:
Viktor Rådberg
2023-09-01 22:15:21 +02:00
parent fdaec3ed87
commit ce4638028d
2 changed files with 2 additions and 3 deletions

View File

@@ -116,8 +116,8 @@ const LifeCounterButton = ({
const fontSize = const fontSize =
rotation === Rotation.SideFlipped || rotation === Rotation.Side rotation === Rotation.SideFlipped || rotation === Rotation.Side
? '10vmax' ? '8vmax'
: '20vmin'; : '16vmin';
return ( return (
<StyledLifeCounterButton <StyledLifeCounterButton

View File

@@ -26,7 +26,6 @@ const LifeCounterContentWrapper = styled.div<{
max-height: 100vmin; max-height: 100vmin;
} }
border-radius: 8px;
overflow: hidden; overflow: hidden;
`; `;