Skip to content

Commit

Permalink
Use black QComboBox::down-arrow to match theme
Browse files Browse the repository at this point in the history
  • Loading branch information
goszpeti committed Oct 6, 2024
1 parent 56ecde0 commit 8d56d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conan_explorer/ui/light_style.qss.in
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ QComboBox:!editable:on, QComboBox::drop-down:editable:on {
background: #F0F0F0;
}
QComboBox::down-arrow {
image: url(icons:material/expand_white.svg);
image: url(icons:material/expand.svg);
width: 30px;
}
QComboBox::drop-down {
Expand Down

0 comments on commit 8d56d45

Please sign in to comment.