Index: sources/gui/qml/components/MuteButton.qml =================================================================== diff -u -rcd769413344091cea88a30861b49188c8c147cba -r73091a6f5717c0fc88e236c06c618ad361f30a3c --- sources/gui/qml/components/MuteButton.qml (.../MuteButton.qml) (revision cd769413344091cea88a30861b49188c8c147cba) +++ sources/gui/qml/components/MuteButton.qml (.../MuteButton.qml) (revision 73091a6f5717c0fc88e236c06c618ad361f30a3c) @@ -26,7 +26,7 @@ height: 45 width : isSilenced ? 120 : height - color: Colors.transparent + backgroundColor: Colors.transparent borderColor: Colors.white touchExpanding: 25 Row {