Skip to content

Commit d7c3878

Browse files
author
ryleedavis
committed
changed monero color
1 parent e5777d9 commit d7c3878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utilities/cfcolors.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class _CoinThemeColor {
99
Color get firo => const Color(0xFFFF897A);
1010
Color get dogecoin => const Color(0xFFFFE079);
1111
Color get epicCash => const Color(0xFFC5C7CB);
12-
Color get monero => const Color(0xFFF06923);
12+
Color get monero => const Color(0xFFFF9E6B);
1313

1414
Color forCoin(Coin coin) {
1515
switch (coin) {

0 commit comments

Comments
 (0)