aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/components/Card.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'thallium-frontend/src/components/Card.tsx')
-rw-r--r--thallium-frontend/src/components/Card.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/thallium-frontend/src/components/Card.tsx b/thallium-frontend/src/components/Card.tsx
index 7645512..99c79a6 100644
--- a/thallium-frontend/src/components/Card.tsx
+++ b/thallium-frontend/src/components/Card.tsx
@@ -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`