aboutsummaryrefslogtreecommitdiffstats
path: root/thallium-frontend/src/components/CartStatus.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'thallium-frontend/src/components/CartStatus.tsx')
-rw-r--r--thallium-frontend/src/components/CartStatus.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/CartStatus.tsx b/thallium-frontend/src/components/CartStatus.tsx
index d65697a..cdb35f3 100644
--- a/thallium-frontend/src/components/CartStatus.tsx
+++ b/thallium-frontend/src/components/CartStatus.tsx
@@ -22,7 +22,7 @@ transition: all 0.25s;
${Card} {
box-shadow: none;
}
-`
+`;
const FloatingButton = styled(Button) <{ $visible: boolean }>`
position: fixed;