diff options
| author | 2024-08-17 01:23:18 +0100 | |
|---|---|---|
| committer | 2024-08-17 01:23:18 +0100 | |
| commit | 5b9061f12819eb96d21eefa8f5bc700770d15a5f (patch) | |
| tree | f0e54cdbd677cdfea40a959ca5e60c6ce00b5296 /thallium-frontend/src | |
| parent | Initial pass at a frontend application (diff) | |
Fix whitespace
Diffstat (limited to 'thallium-frontend/src')
| -rw-r--r-- | thallium-frontend/src/components/Card.tsx | 2 |
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` |