diff options
Diffstat (limited to 'app/SettingsLauncher.qml')
-rw-r--r-- | app/SettingsLauncher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml index e100c4a..01c5433 100644 --- a/app/SettingsLauncher.qml +++ b/app/SettingsLauncher.qml @@ -47,7 +47,7 @@ Page { Label { Layout.fillWidth: true text: model.title.toUpperCase() - color: '#66FF99' + color: '#00ADDC' } Switch { id: checkedSwitch |