Skip to content

Commit

Permalink
refactor(qt5ct): update selection colors in autoware.qss (#5266)
Browse files Browse the repository at this point in the history
Signed-off-by: KhalilSelyan <[email protected]>
  • Loading branch information
KhalilSelyan committed Sep 20, 2024
1 parent f9a7380 commit 8864099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/qt5ct_setup/files/autoware.qss
Original file line number Diff line number Diff line change
Expand Up @@ -1282,8 +1282,8 @@ QComboBox QAbstractItemView {
height: 16px;
}
QComboBox {
selection-background-color: #303538;
selection-color: #fff;
selection-background-color: #84c2e6;
selection-color: #1b2023;
}


Expand Down

0 comments on commit 8864099

Please sign in to comment.