Skeleton for border property help

This commit is contained in:
Darren Burns
2022-04-22 16:52:12 +01:00
parent d0fbe6d1b9
commit 87f56d602c
3 changed files with 10 additions and 3 deletions

View File

@@ -88,6 +88,7 @@ class BasicApp(App):
# new_margin = old_margin + (1,1,1)
# self.focused.styles.padding = (1, 1, 1)
self.focused.styles.color = "banana"
self.focused.styles.border
BasicApp.run(css_file="uber.css", log="textual.log", log_verbosity=1)