added style attributes to render

This commit is contained in:
Will McGugan
2021-08-17 21:28:47 +01:00
parent 730192a1ad
commit fb141ed6c9
4 changed files with 68 additions and 12 deletions

View File

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