Skip to content

Commit 0031fde

Browse files
committed
Redesigned main_window
1 parent 5634018 commit 0031fde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/screens/main_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ def __init__(self, parent, controller, logic_controller):
5656
# Exit Button at Bottom
5757
exit_button = tk.Button(
5858
self, text="Exit", command=self.controller.on_close,
59-
width=10, height=1, bg="#d9534f", fg="white"
59+
width=10, height=1
6060
)
6161
exit_button.pack(side="bottom", pady=15)

0 commit comments

Comments
 (0)