diff --git a/src/gui/Pages/Chat/RoomHeader.qml b/src/gui/Pages/Chat/RoomHeader.qml index ae6c3585..078b65c7 100644 --- a/src/gui/Pages/Chat/RoomHeader.qml +++ b/src/gui/Pages/Chat/RoomHeader.qml @@ -23,6 +23,7 @@ Rectangle { id: goToMainPaneButton padded: false visible: Layout.preferredWidth > 0 + backgroundColor: "transparent" icon.name: "go-back-to-main-pane" toolTip.text: qsTr("Go back to main pane") @@ -118,6 +119,7 @@ Rectangle { id: goToRoomPaneButton padded: false visible: goToMainPaneButton.visible + backgroundColor: "transparent" icon.name: "go-to-room-pane" toolTip.text: qsTr("Go to room pane")