1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-19 06:55:24 +02:00

misc: fix message bar buttons background color

Change-Id: Ie934835952180803473645bd041bbbba06f02d4f
This commit is contained in:
Aline Gondim Santos 2023-09-12 09:19:13 -03:00 committed by Sébastien Blin
parent 9f570a3cee
commit c0a5ced044

View file

@ -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