style: Clean up button styles in RenameConfirmScreen

This commit is contained in:
sha
2026-04-13 12:44:53 +03:00
parent cf250c4089
commit eb46b3c7ed
-6
View File
@@ -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;
}
#buttons {
align: center middle;