aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-08-17 01:23:18 +0100
committerGravatar Joe Banks <[email protected]>2024-08-17 01:23:18 +0100
commit5b9061f12819eb96d21eefa8f5bc700770d15a5f (patch)
treef0e54cdbd677cdfea40a959ca5e60c6ce00b5296 /thallium-frontend/src
parentInitial pass at a frontend application (diff)
Fix whitespace
Diffstat (limited to 'thallium-frontend/src')
-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`