We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8e20d commit 254f6bfCopy full SHA for 254f6bf
PhotoCopy.py
@@ -58,7 +58,7 @@ def build_menu(self):
58
59
button_frame = tk.Frame(self.root)
60
button_frame.pack(pady=(0, 10))
61
- self.cancel_button = tk.Button(button_frame, text="Cancel Scan", command=self.cancel_scan_confirm)
+ self.cancel_button = tk.Button(button_frame, text="Cancel Scan", command=self.cancel_scan_confirm, bg="red", fg="white")
62
self.cancel_button.pack()
63
self.cancel_button.config(state=tk.DISABLED)
64
0 commit comments