text color

This commit is contained in:
Will McGugan
2022-09-13 10:53:22 +01:00
parent 86a5f8ab35
commit 6f7d3b5ad7
23 changed files with 118 additions and 102 deletions

View File

@@ -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")