refactor extra buttons, change text styling

This commit is contained in:
Viktor Rådberg
2023-07-04 00:17:08 +02:00
parent 2945972e81
commit 075b9c5db2
13 changed files with 59 additions and 347 deletions

View File

@@ -36,6 +36,9 @@ const CommanderDamageButtonText = styled.p`
pointer-events: none;
width: 2rem;
user-select: none;
text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
1px 1px 0 #ffffff;
color: #000000;
`;
const VerticalSeperator = styled.div`