diff options
author | 2024-09-11 17:05:42 +0100 | |
---|---|---|
committer | 2024-09-11 17:05:42 +0100 | |
commit | bb473a0bd48f060eec07db8d3b3b3277bb8c15dd (patch) | |
tree | 9346804cd1e548bbe16a4ee952195db033502fff | |
parent | Add floating checkout button when scrolled down on page (diff) |
Remove strikethrough from button styles
-rw-r--r-- | thallium-frontend/src/components/forms/Button/index.tsx | 1 |
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; } `; |