mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
text color
This commit is contained in:
@@ -21,14 +21,13 @@ class DesignApp(App):
|
||||
def compose(self):
|
||||
yield Header()
|
||||
yield Footer()
|
||||
yield Panel(
|
||||
yield Container(
|
||||
Content("content"),
|
||||
Panel(
|
||||
Content("more content"),
|
||||
Content("more content"),
|
||||
),
|
||||
)
|
||||
yield Panel(Static("Hello World"))
|
||||
|
||||
|
||||
app = DesignApp(css_path="design.css")
|
||||
|
||||
Reference in New Issue
Block a user