change ACTION_BUTTON_STYLE style

This commit is contained in:
2025-06-13 09:30:43 +07:00
parent de3b95d06c
commit bff5e456cf

View File

@ -236,7 +236,7 @@ ACTION_BUTTON_STYLE = """
padding: 8px 16px;
}
QPushButton:hover {
background: #282a33;
background: #409EFF;
border: 2px solid #409EFF;
}
QPushButton:pressed {