diff --git a/tap.py b/tap.py index b64358b..2381cdc 100644 --- a/tap.py +++ b/tap.py @@ -45,7 +45,7 @@ root.geometry("300x200") # Create and place bpm label -bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 24)) +bpm_label = tk.Label(root, text="BPM: N/A", font=("Verdana", 20)) bpm_label.pack(pady=20) # Create and place start/stop button