Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
JiashuHarryHuang committed Apr 27, 2024
1 parent d6bcf70 commit b7de2dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions styles/components/eventCard.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ export const InfoFlexChild = styled.div<RatioProp>`
${Overflow};
`;



// a container that makes the image within it circular
export const CircularImageContainer = styled.div<{
ratio: number;
Expand All @@ -89,4 +87,4 @@ export const CircularImageContainer = styled.div<{
height: ${props => props.ratio * props.size} px;
${Overflow};
`;
`;

0 comments on commit b7de2dc

Please sign in to comment.