refactor(Button): increase opacity for disabled

This commit is contained in:
Tim 2023-07-07 16:16:32 +02:00
parent 65ec8ebc0b
commit 1b4d81c102

View file

@ -14,6 +14,6 @@
&:global(.disabled) {
pointer-events: none;
opacity: 0.25;
opacity: 0.5;
}
}