Skip to content

Commit 0078410

Browse files
committed
Update button and radio button styles for improved UI consistency
1 parent 1c60563 commit 0078410

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

style.qss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ QLineEdit {
2222
padding: 5px;
2323
}
2424
QPushButton {
25-
background-color: #0d47a1;
25+
background-color: #1b75d0;
2626
color: #ffffff;
2727
border: none;
2828
border-radius: 3px;
2929
padding: 8px;
3030
font-weight: bold;
3131
}
3232
QPushButton:hover {
33-
background-color: #1565c0;
33+
background-color: #155ca1;
3434
}
3535
QPushButton:pressed {
36-
background-color: #0a3d91;
36+
background-color: #0c3b6a;
3737
}
3838
QPushButton:disabled {
3939
background-color: #555555;
@@ -47,8 +47,8 @@ QRadioButton::indicator {
4747
border: 2px solid #555555;
4848
}
4949
QRadioButton::indicator:checked {
50-
background-color: #1565c0;
50+
background-color: #1b75d0;
5151
}
5252
QRadioButton::indicator:hover {
53-
border: 2px solid #1565c0;
53+
border: 2px solid #155ca1;
5454
}

0 commit comments

Comments
 (0)