From c9f8fa9413dfee10dc877170754015a28eda3eb6 Mon Sep 17 00:00:00 2001 From: Arseniy Movshev Date: Sat, 12 Nov 2022 22:41:02 +0000 Subject: Fix colours in application --- src/main.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/main.qml b/src/main.qml index 693e9d4..f04edb4 100644 --- a/src/main.qml +++ b/src/main.qml @@ -6,8 +6,8 @@ import QtLocation 5.15 Application { id: app - centerColor: "#9800A6" - outerColor: "#0C0009" + centerColor: "#003ee9" + outerColor: "#00bc1b" Plugin { id: mapProvider -- cgit v1.2.3-54-g00ecf