Skip to content

Commit 691c4a7

Browse files
authored
Merge pull request #51 from cypherstack/rylee-tmp
change build
2 parents e5777d9 + b620485 commit 691c4a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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) {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
environment:
1717
sdk: ">=2.17.0 <3.0.0"

0 commit comments

Comments
 (0)