Fix tests

This commit is contained in:
Charles Bochet
2023-09-27 15:44:47 +02:00
parent ee108ccbf2
commit 1e716bf6d6

View File

@ -83,7 +83,7 @@ const StyledAvatar = styled.div<AvatarProps & { colorId: string }>`
}};
&:hover {
box-shadow: 0 0 0 4px ${theme.background.transparent.light};
box-shadow: 0 0 0 4px ${({ theme }) => theme.background.transparent.light};
}
`;