change ACTION_BUTTON_STYLE style
All checks were successful
Code and build check / Check code (pull_request) Successful in 1m26s
Code and build check / Build with uv (pull_request) Successful in 47s

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 {