diff --git a/src/views/rename_confirm_screen.py b/src/views/rename_confirm_screen.py index ed1aced..5800286 100644 --- a/src/views/rename_confirm_screen.py +++ b/src/views/rename_confirm_screen.py @@ -11,14 +11,8 @@ class RenameConfirmScreen(Screen): #confirm_content { text-align: center; } - # Button { - # background: $surface; - # border: solid $surface; - } Button:focus { - background: $primary; - # color: $text-primary; - # border: solid $primary; + background: $primary; } #buttons { align: center middle;