Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila <hello@camila.codes>2022-03-25 17:14:42 +0300
committerCamila <hello@camila.codes>2022-03-28 17:04:54 +0300
commita46482ca9170a1f33e62ddffbb874d41cfd3e1ea (patch)
treecbe7c0f0492d7ed6c53b2e93bc6c6d1c84cbaee2 /src/gui/tray/TalkReplyTextField.qml
parent0890a78262d89ccdf69ca2541411178e8efa597e (diff)
Fix background color so it switches with light/dark theme.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/tray/TalkReplyTextField.qml')
-rw-r--r--src/gui/tray/TalkReplyTextField.qml1
1 files changed, 1 insertions, 0 deletions
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 {