fix problems

This commit is contained in:
Viktor Rådberg
2023-08-02 15:37:50 +02:00
parent 6cab0e2513
commit dc8985e88c
4 changed files with 14 additions and 20 deletions

View File

@@ -43,13 +43,6 @@ export const CenteredText = styled.div`
-ms-user-select: none;
`;
const CenteredTextOutline = styled.span`
position: absolute;
left: 0;
-webkit-text-stroke: 0;
pointer-events: none;
`;
const IconContainer = styled.div<{
rotation: number;
}>`