UI: Fix toolbutton colour in Yami

This commit is contained in:
Matt Gajownik 2022-07-31 20:45:52 +10:00
parent e75b509bba
commit 43ef6699e3

View File

@ -416,7 +416,7 @@ QToolBar {
QPushButton[toolButton="true"],
QToolButton {
background-color: rgb(160,64,75);
background-color: rgb(60,64,75);
padding: 4px 6px;
margin: 0px 2px;
border-radius: 2px;