Browse Source

Fix background color so it switches with light/dark theme.

Signed-off-by: Camila <hello@camila.codes>
Camila 3 years ago
parent
commit
a46482ca91
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/gui/tray/TalkReplyTextField.qml

+ 1 - 0
src/gui/tray/TalkReplyTextField.qml

@@ -49,6 +49,7 @@ Item {
             radius: 24
             border.width: 1
             border.color: Style.ncBlue
+            color: Style.backgroundColor
         }
 
         Button {