mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Fix typo
This commit is contained in:
@@ -480,7 +480,7 @@ class Widget(DOMNode):
|
||||
|
||||
renderable_text_style = parent_text_style + text_style
|
||||
if renderable_text_style:
|
||||
style = Style.from_colors(text_style.color, text_style.bgcolor)
|
||||
style = Style.from_color(text_style.color, text_style.bgcolor)
|
||||
renderable = Styled(renderable, style)
|
||||
|
||||
renderable = Padding(renderable, styles.padding)
|
||||
|
||||
Reference in New Issue
Block a user