more introduction

This commit is contained in:
Will McGugan
2022-08-21 09:47:42 +01:00
parent 4e4d0b1bb9
commit 25a4812f7a
7 changed files with 77 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ class TimeDisplay(Static):
class Stopwatch(Static):
def compose(self) -> ComposeResult:
def compose(self):
yield Button("Start", id="start", variant="success")
yield Button("Stop", id="stop", variant="error")
yield Button("Reset", id="reset")