diff options
Diffstat (limited to 'mobile-widgets/qml')
-rw-r--r-- | mobile-widgets/qml/main.qml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 2538edda2..641dbbd19 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -302,7 +302,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.blueBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.blueTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.blueSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor } @@ -319,7 +319,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.pinkBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.pinkTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.pinkSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.lightDrawerColor } @@ -336,7 +336,7 @@ if you have network connectivity and want to sync your data to cloud storage."), subsurfaceTheme.backgroundColor = subsurfaceTheme.darkBackgroundColor subsurfaceTheme.textColor = subsurfaceTheme.darkTextColor subsurfaceTheme.secondaryTextColor = subsurfaceTheme.darkSecondaryTextColor - manager.setStatusbarColor(subsurfaceTheme.darkerPrimaryColor) + manager.setStatusbarColor(subsurfaceTheme.primaryColor) subsurfaceTheme.drawerColor = subsurfaceTheme.darkDrawerColor } |