Uncomment render_styled opacity

This commit is contained in:
Darren Burns
2022-02-18 14:27:56 +00:00
parent 6c586c2e47
commit 3e748f88fc

View File

@@ -174,8 +174,8 @@ class Widget(DOMNode):
style=renderable_text_style,
)
# if styles.opacity:
# renderable = Opacity(renderable, opacity=styles.opacity)
if styles.opacity:
renderable = Opacity(renderable, opacity=styles.opacity)
return renderable