projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60f116c
)
Fix header text color property
author
Claudio Cambra
<claudio.cambra@nextcloud.com>
Tue, 20 Feb 2024 08:50:53 +0000
(16:50 +0800)
committer
Claudio Cambra
<claudio.cambra@nextcloud.com>
Thu, 7 Mar 2024 03:51:55 +0000
(11:51 +0800)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
theme/Style/Style.qml
patch
|
blob
|
history
diff --git
a/theme/Style/Style.qml
b/theme/Style/Style.qml
index 7410faa60a2a97d2bc699ecd329aed477473d7cb..8fd90e0a0f6ed8f59b010d2bfec4bd11993b1877 100644
(file)
--- a/
theme/Style/Style.qml
+++ b/
theme/Style/Style.qml
@@
-10,6
+10,7
@@
QtObject {
\r
// Colors
\r
readonly property color ncBlue: Theme.wizardHeaderBackgroundColor
\r
+ readonly property color ncHeaderTextColor: Theme.wizardHeaderTitleColor
\r
readonly property color ncTextColor: Theme.systemPalette.windowText
\r
readonly property color ncTextBrightColor: "white"
\r
readonly property color ncSecondaryTextColor: "#808080"
\r