mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Fix opacity
This commit is contained in:
parent
a4ec43c670
commit
5c7e87e997
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ function GuiObjectEvents({ node, children }) {
|
|||
return false;
|
||||
}}
|
||||
style={{
|
||||
opacity: alpha == null ? 1 : Number(alpha),
|
||||
opacity: alpha == null ? 1 : alpha / 100,
|
||||
pointerEvents: ghost === 1 ? "none" : null,
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue