diff options
Diffstat (limited to '')
-rw-r--r-- | src/main.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.qml b/src/main.qml index 5980264..b5f0ac5 100644 --- a/src/main.qml +++ b/src/main.qml @@ -22,8 +22,8 @@ import Nemo.Configuration 1.0 import QtSensors 5.3 Application { - centerColor: colors.primary - outerColor: colors.secondary + centerColor: colors.secondary + outerColor: colors.primary id: app Item { |