From: Camila Date: Fri, 25 Mar 2022 14:14:42 +0000 (+0100) Subject: Fix background color so it switches with light/dark theme. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~17^2~87^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a46482ca9170a1f33e62ddffbb874d41cfd3e1ea;p=nextcloud-desktop.git Fix background color so it switches with light/dark theme. Signed-off-by: Camila --- diff --git a/src/gui/tray/TalkReplyTextField.qml b/src/gui/tray/TalkReplyTextField.qml index c4b1581f3..a30f5d4db 100644 --- a/src/gui/tray/TalkReplyTextField.qml +++ b/src/gui/tray/TalkReplyTextField.qml @@ -49,6 +49,7 @@ Item { radius: 24 border.width: 1 border.color: Style.ncBlue + color: Style.backgroundColor } Button {