Add little guy

This commit is contained in:
Viktor Rådberg
2023-08-26 17:27:53 +02:00
parent 6e71debe22
commit 58d12fbfe6
34 changed files with 292 additions and 141 deletions

View File

@@ -9,6 +9,7 @@ const ExtraCounterContainer = styled.div`
justify-content: center;
align-items: center;
pointer-events: all;
flex-grow: 1;
`;
export const StyledExtraCounterButton = styled.button`
@@ -24,6 +25,7 @@ export const StyledExtraCounterButton = styled.button`
-moz-user-select: -moz-none;
-webkit-user-select: none;
-ms-user-select: none;
height: 100%;
`;
export const CenteredText = styled.div`