We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41ca9c1 commit 4be6639Copy full SHA for 4be6639
ui/frame_erase_device.py
@@ -27,5 +27,5 @@ def __init__(self, master, *args, **kwargs):
27
self.label.pack(padx=10, pady=10)
28
self.label.configure(font=FONT_CATEGORY)
29
30
- self.erase_btn = CTkButton(self, text='Erase Flash')
+ self.erase_btn = CTkButton(self, text='Erase Flash', fg_color='red')
31
self.erase_btn.pack(padx=10, pady=5)
0 commit comments