Skip to content
Snippets Groups Projects
Commit c0a5ced0 authored by Aline Gondim Santos's avatar Aline Gondim Santos Committed by Sébastien Blin
Browse files

misc: fix message bar buttons background color

Change-Id: Ie934835952180803473645bd041bbbba06f02d4f
parent 9f570a3c
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ RowLayout {
Layout.preferredHeight: parent.height
Layout.preferredWidth: childrenRect.width
visible: !CurrentConversation.isSip
color: JamiTheme.transparentColor
ComboBox {
id: showMoreButton
width: JamiTheme.chatViewFooterButtonSize
......@@ -1174,6 +1175,7 @@ RowLayout {
Layout.preferredHeight: parent.height
Layout.preferredWidth: childrenRect.width
visible: sendButtonVisibility
color: JamiTheme.transparentColor
PushButton {
id: sendMessageButton
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment