From dbc007e95131cf4cdcbcdd26377a627255286dc8 Mon Sep 17 00:00:00 2001 From: Nix <75538775+nixietab@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:56:31 -0300 Subject: [PATCH] Update picodulce.py --- picodulce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picodulce.py b/picodulce.py index 7c79ede..439d6c3 100644 --- a/picodulce.py +++ b/picodulce.py @@ -46,7 +46,7 @@ class PicomcVersionSelector(QWidget): self.play_button = QPushButton('Play') self.play_button.setFocusPolicy(Qt.NoFocus) # Set focus policy to prevent highlighting self.play_button.clicked.connect(self.play_instance) - self.play_button.setStyleSheet("background-color: #1E90FF; color: white;") + self.play_button.setStyleSheet("background-color: #4bb679; color: white;") buttons_layout.addWidget(self.play_button) # Create button to open version download menu