Fix background color so it switches with light/dark theme.
authorCamila <hello@camila.codes>
Fri, 25 Mar 2022 14:14:42 +0000 (15:14 +0100)
committerCamila <hello@camila.codes>
Mon, 28 Mar 2022 14:04:54 +0000 (16:04 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/gui/tray/TalkReplyTextField.qml

index c4b1581f37badbfae78aa535a6258166d4cdee08..a30f5d4db8921862109955875262084f65602a49 100644 (file)
@@ -49,6 +49,7 @@ Item {
             radius: 24
             border.width: 1
             border.color: Style.ncBlue
+            color: Style.backgroundColor
         }
 
         Button {