From ff659396c37ba2439f8ce18228cba546d4814b75 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 9 Jul 2017 18:06:12 -0700 Subject: QML UI: fix typo in color values Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/Preferences.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mobile-widgets/qml/Preferences.qml b/mobile-widgets/qml/Preferences.qml index 9b9aaa833..6004147c7 100644 --- a/mobile-widgets/qml/Preferences.qml +++ b/mobile-widgets/qml/Preferences.qml @@ -63,7 +63,7 @@ Kirigami.Page { x: bluebutton.leftPadding y: parent.height / 2 - height / 2 radius: 4 - border.color: bluebutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + border.color: bluebutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor color: subsurfaceTheme.backgroundColor Rectangle { @@ -72,7 +72,7 @@ Kirigami.Page { x: 4 y: 4 radius: 3 - color: bluebutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + color: bluebutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor visible: bluebutton.checked } } @@ -129,7 +129,7 @@ Kirigami.Page { x: pinkbutton.leftPadding y: parent.height / 2 - height / 2 radius: 4 - border.color: pinkbutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + border.color: pinkbutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor color: subsurfaceTheme.backgroundColor Rectangle { @@ -138,7 +138,7 @@ Kirigami.Page { x: 4 y: 4 radius: 3 - color: pinkbutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + color: pinkbutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor visible: pinkbutton.checked } } @@ -195,7 +195,7 @@ Kirigami.Page { x: darkbutton.leftPadding y: parent.height / 2 - height / 2 radius: 4 - border.color: darkbutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + border.color: darkbutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor color: subsurfaceTheme.backgroundColor Rectangle { @@ -204,7 +204,7 @@ Kirigami.Page { x: 4 y: 4 radius: 3 - color: darkbutton.down ? subsurfaceTheme.PrimaryColor : subsurfaceTheme.darkerPrimaryColor + color: darkbutton.down ? subsurfaceTheme.primaryColor : subsurfaceTheme.darkerPrimaryColor visible: darkbutton.checked } } -- cgit v1.2.3-70-g09d2