Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 17, 2024
1 parent 9decf90 commit 5b9061f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions thallium-frontend/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ const CardContainer = styled.div`
background-color: ${({ theme }) => theme.cardBackgroundColor};
text-align: left;
/* hard box shadow to bottom right */
box-shadow: 10px 10px 0 ${({ theme }) => theme.cardShadow};
`;

const CardTitle = styled.div`
Expand Down

0 comments on commit 5b9061f

Please sign in to comment.