diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-11 07:57:42 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-12 10:07:24 +0200 |
commit | 22fa95550d6b13b00841bb727ab3cf23949b418e (patch) | |
tree | 0d6c59e485ceea34470b4ced257d1b040d15135d /views/composer | |
parent | 79c2a846c35476b8d6dc3db6ed3a190a66e94a9c (diff) | |
download | kube-22fa95550d6b13b00841bb727ab3cf23949b418e.tar.gz kube-22fa95550d6b13b00841bb727ab3cf23949b418e.zip |
Less textcolor abuse
Diffstat (limited to 'views/composer')
-rw-r--r-- | views/composer/qml/View.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml index babe5f47..97604456 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml | |||
@@ -108,7 +108,7 @@ Kube.View { | |||
108 | width: Kube.Units.gridUnit * 15 | 108 | width: Kube.Units.gridUnit * 15 |
109 | Layout.minimumWidth: Kube.Units.gridUnit * 5 | 109 | Layout.minimumWidth: Kube.Units.gridUnit * 5 |
110 | 110 | ||
111 | color: Kube.Colors.textColor | 111 | color: Kube.Colors.darkBackgroundColor |
112 | 112 | ||
113 | ColumnLayout { | 113 | ColumnLayout { |
114 | 114 | ||
@@ -181,7 +181,7 @@ Kube.View { | |||
181 | delegate: Kube.ListDelegate { | 181 | delegate: Kube.ListDelegate { |
182 | id: delegateRoot | 182 | id: delegateRoot |
183 | 183 | ||
184 | color: Kube.Colors.textColor | 184 | color: Kube.Colors.darkBackgroundColor |
185 | border.width: 0 | 185 | border.width: 0 |
186 | 186 | ||
187 | Item { | 187 | Item { |