mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
added style attributes to render
This commit is contained in:
@@ -116,6 +116,7 @@ class Calculator(GridView):
|
||||
|
||||
# The calculator display
|
||||
self.numbers = Numbers()
|
||||
self.numbers.style_border = "bold"
|
||||
|
||||
def make_button(text: str, style: str) -> Button:
|
||||
"""Create a button with the given Figlet label."""
|
||||
|
||||
Reference in New Issue
Block a user