Skip to content

Commit d8a92f7

Browse files
committed
Qt: Fix styling of checked push buttons
1 parent 7a929b1 commit d8a92f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/duckstation-qt/qtthemes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,9 @@ QPushButton {
271271
border-radius: 8px;
272272
color: #ffffff;
273273
}
274+
QPushButton:checked {
275+
background-color: #414141;
276+
}
274277
QPushButton:hover {
275278
background-color: #484848;
276279
}

0 commit comments

Comments
 (0)