File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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) {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ description: Stack Wallet
1111# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212# Read more about iOS versioning at
1313# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14- version : 1.4.42+54
14+ version : 1.4.42+55
1515
1616environment :
1717 sdk : " >=2.17.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments