From bff5e456cf237c5ec1976fa86e256238825d15a6 Mon Sep 17 00:00:00 2001 From: dervart Date: Fri, 13 Jun 2025 09:30:43 +0700 Subject: [PATCH] change ACTION_BUTTON_STYLE style --- portprotonqt/themes/standart/styles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portprotonqt/themes/standart/styles.py b/portprotonqt/themes/standart/styles.py index 9e9b288..8c524e4 100644 --- a/portprotonqt/themes/standart/styles.py +++ b/portprotonqt/themes/standart/styles.py @@ -236,7 +236,7 @@ ACTION_BUTTON_STYLE = """ padding: 8px 16px; } QPushButton:hover { - background: #282a33; + background: #409EFF; border: 2px solid #409EFF; } QPushButton:pressed {