Skip to content

Commit 63688b6

Browse files
committed
Use qfieldcloud string.
1 parent e9756fd commit 63688b6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/qml/Nyuki.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Item {
6767
id: nyukiLeft
6868
width: 10
6969
height: 10
70-
color: Theme.qfieldCloudBlue
70+
color: Theme.qfieldcloudBlue
7171
x: 84
7272
y: 84
7373
radius: 5
@@ -92,7 +92,7 @@ Item {
9292
id: nyukiRight
9393
width: 10
9494
height: 10
95-
color: Theme.qfieldCloudBlue
95+
color: Theme.qfieldcloudBlue
9696
x: 106
9797
y: 84
9898
radius: 5

src/qml/QFieldCloudScreen.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Page {
150150

151151
Material.accent: {
152152
if (usage < .9) {
153-
return Theme.qfieldCloudBlue;
153+
return Theme.qfieldcloudBlue;
154154
} else if (usage < .975) {
155155
return Theme.warningColor;
156156
} else {

src/qml/imports/Theme/Theme.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ QtObject {
106106
property color bookmarkOrange: "orange"
107107
property color bookmarkRed: "#c0392b"
108108
property color bookmarkBlue: "#64b5f6"
109-
property color qfieldCloudBlue: "#4a6fae"
109+
property color qfieldcloudBlue: "#4a6fae"
110110

111111
property color vertexColor: "#FF0000"
112112
property color vertexColorSemiOpaque: "#40FF0000"

0 commit comments

Comments
 (0)