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:
authorClaudio Cambra <claudio.cambra@gmail.com>2022-02-04 05:39:38 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2022-03-18 19:43:15 +0300
commitc342c304ace72e76680d6c9b594c56d88ccefeec (patch)
tree4190e5f92ff998091fbe3c554a9c2196667a6bae /src/gui/tray/SyncStatus.qml
parent90f59eca217ff1715379c9f612f5e2d131039810 (diff)
Added dark mode
Signed-off-by: Claudio Cambra <claudio.cambra@gmail.com>
Diffstat (limited to 'src/gui/tray/SyncStatus.qml')
-rw-r--r--src/gui/tray/SyncStatus.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/tray/SyncStatus.qml b/src/gui/tray/SyncStatus.qml
index 83a38cf4f..0fd3ea2c1 100644
--- a/src/gui/tray/SyncStatus.qml
+++ b/src/gui/tray/SyncStatus.qml
@@ -62,6 +62,7 @@ RowLayout {
verticalAlignment: Text.AlignVCenter
font.pixelSize: Style.topLinePixelSize
font.bold: true
+ color: Style.ncTextColor
}
Loader {
@@ -84,7 +85,7 @@ RowLayout {
text: syncStatus.syncStatusDetailString
visible: syncStatus.syncStatusDetailString !== ""
- color: "#808080"
+ color: Style.ncSecondaryTextColor
font.pixelSize: Style.subLinePixelSize
}
}