Skip to content

Commit 4be6639

Browse files
committed
change color
1 parent 41ca9c1 commit 4be6639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/frame_erase_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ def __init__(self, master, *args, **kwargs):
2727
self.label.pack(padx=10, pady=10)
2828
self.label.configure(font=FONT_CATEGORY)
2929

30-
self.erase_btn = CTkButton(self, text='Erase Flash')
30+
self.erase_btn = CTkButton(self, text='Erase Flash', fg_color='red')
3131
self.erase_btn.pack(padx=10, pady=5)

0 commit comments

Comments
 (0)