Fix opacity

This commit is contained in:
Jordan Eldredge 2019-09-03 21:27:26 -07:00
parent a4ec43c670
commit 5c7e87e997

View file

@ -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,
}}
>