mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 01:44:15 +02:00
Improving color experience for dark themes
This commit is contained in:
@@ -87,7 +87,7 @@ class ManageWindow(QWidget):
|
||||
|
||||
self.label_status = QLabel()
|
||||
self.label_status.setText('')
|
||||
self.label_status.setStyleSheet("color: orange; font-weight: bold")
|
||||
self.label_status.setStyleSheet("color: #FF4500; font-weight: bold")
|
||||
toolbar.addWidget(self.label_status)
|
||||
|
||||
spacer = QWidget()
|
||||
|
||||
Reference in New Issue
Block a user