Skip to content

Commit

Permalink
Remove strikethrough from button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Sep 11, 2024
1 parent 0a6cc59 commit bb473a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thallium-frontend/src/components/forms/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ filter: none;
&[disabled] {
filter: brightness(0.5);
cursor: not-allowed;
text-decoration: line-through;
}
`;

Expand Down

0 comments on commit bb473a0

Please sign in to comment.