no full screen button

This commit is contained in:
Viktor Rådberg
2023-07-06 08:16:00 +02:00
parent cf84f4f66c
commit caa5e3f0a3
11 changed files with 24 additions and 70 deletions

View File

@@ -20,7 +20,7 @@ const CommanderDamageButton = styled.button<{ backgroundColor?: string }>`
display: flex;
flex-grow: 1;
border: none;
height: 10vh;
height: 10vmin;
outline: none;
cursor: pointer;
background-color: ${(props) => props.backgroundColor || 'antiquewhite'};