Skip to content

Commit

Permalink
change radar map color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr94t3z committed Oct 13, 2023
1 parent dab983f commit 1b751b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/styles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 1b751b9

Please sign in to comment.