Skip to content

Commit

Permalink
fix button hover bug
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz authored and adzialocha committed Feb 19, 2024
1 parent 9955f25 commit 99949c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderer/components/Button/style.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
background-clip: unset;
background-color: var(--bp4-input-focused);
box-shadow: none;
color: var(--bp4ButtonText) !important;
}



&:disabled {
color: grey;
cursor: default;
Expand Down

0 comments on commit 99949c3

Please sign in to comment.