diff --git a/src/components/universal/Button/index.module.css b/src/components/universal/Button/index.module.css index a80fb7cd..e7004a9f 100644 --- a/src/components/universal/Button/index.module.css +++ b/src/components/universal/Button/index.module.css @@ -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 {