aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-09-11 17:05:42 +0100
committerGravatar Joe Banks <[email protected]>2024-09-11 17:05:42 +0100
commitbb473a0bd48f060eec07db8d3b3b3277bb8c15dd (patch)
tree9346804cd1e548bbe16a4ee952195db033502fff
parentAdd floating checkout button when scrolled down on page (diff)
Remove strikethrough from button styles
-rw-r--r--thallium-frontend/src/components/forms/Button/index.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/thallium-frontend/src/components/forms/Button/index.tsx b/thallium-frontend/src/components/forms/Button/index.tsx
index dec2358..eeebd3f 100644
--- a/thallium-frontend/src/components/forms/Button/index.tsx
+++ b/thallium-frontend/src/components/forms/Button/index.tsx
@@ -22,7 +22,6 @@ filter: none;
&[disabled] {
filter: brightness(0.5);
cursor: not-allowed;
- text-decoration: line-through;
}
`;