Skip to content

Commit

Permalink
perf(Button): disable user select
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed May 1, 2023
1 parent 3cb8b41 commit 3198522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/universal/Button/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
color: var(--modal-text-color);
background-color: var(--modal-background-color) !important;
transition: background-color 0.2s ease;
user-select: none;
}

.button:hover {
Expand Down

0 comments on commit 3198522

Please sign in to comment.