mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Uncomment render_styled opacity
This commit is contained in:
@@ -174,8 +174,8 @@ class Widget(DOMNode):
|
|||||||
style=renderable_text_style,
|
style=renderable_text_style,
|
||||||
)
|
)
|
||||||
|
|
||||||
# if styles.opacity:
|
if styles.opacity:
|
||||||
# renderable = Opacity(renderable, opacity=styles.opacity)
|
renderable = Opacity(renderable, opacity=styles.opacity)
|
||||||
|
|
||||||
return renderable
|
return renderable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user