diff options
author | Arseniy Movshev <dodoradio@outlook.com> | 2022-11-12 22:41:02 +0000 |
---|---|---|
committer | Arseniy Movshev <dodoradio@outlook.com> | 2023-01-07 14:19:31 +0000 |
commit | c9f8fa9413dfee10dc877170754015a28eda3eb6 (patch) | |
tree | 51b62c0eba3f5baa55d0be183571959bc1702788 | |
parent | 6487d45a6acfe9d0a10cb7982d65e426880fb40d (diff) |
Fix colours in application
-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 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 |