diff options
-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; } `; |