Update picodulce.py

This commit is contained in:
Nix 2024-04-15 23:56:31 -03:00 committed by GitHub
parent b0062b8075
commit dbc007e951
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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