UI: Fix toolbutton colour in Yami

master
Matt Gajownik 2022-07-31 20:45:52 +10:00
parent e75b509bba
commit 43ef6699e3
1 changed files with 1 additions and 1 deletions

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;