mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 22:12:13 +00:00
refactor(Button): increase opacity for disabled
This commit is contained in:
parent
65ec8ebc0b
commit
1b4d81c102
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@
|
|||
|
||||
&:global(.disabled) {
|
||||
pointer-events: none;
|
||||
opacity: 0.25;
|
||||
opacity: 0.5;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue