This commit is contained in:
2023-09-04 17:39:31 +02:00
parent 6611006c0d
commit d23e1ac050
14 changed files with 133 additions and 97 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export const StyledCursor = styled.span`
width: 15px;
height: 100%;
background-color: ${({ theme }) => theme.colors.primary};
background-color: ${({ theme }) => theme.colors.accent};
animation: blinking 1s infinite;
`;