From 1b751b920fd83d6119ccdf6c1b6a2d841fe640d9 Mon Sep 17 00:00:00 2001 From: Muhamad Taopik Date: Fri, 13 Oct 2023 08:45:10 +0700 Subject: [PATCH] change radar map color --- lib/helpers/styles.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/helpers/styles.dart b/lib/helpers/styles.dart index 937713a..87ce6f4 100644 --- a/lib/helpers/styles.dart +++ b/lib/helpers/styles.dart @@ -11,7 +11,7 @@ class ColorSys { static const Color moreDarkBlue = Color.fromRGBO(30, 55, 70, 70); static const Color backgroundMap = Color.fromRGBO(236, 231, 228, 1); static const Color cirlceMap = Color.fromRGBO(225, 219, 215, 1); - static const Color radarMap = Color.fromRGBO(255, 168, 109, 1); + static const Color radarMap = Color.fromRGBO(163, 192, 201, 1); } TextStyle titleTextStyle() {