Skip to content

Commit 04890ea

Browse files
committed
Fix:
1. Coderabbit changes to colors; 2. Import private key images;
1 parent 19d30a3 commit 04890ea

18 files changed

Lines changed: 305 additions & 305 deletions

File tree

DashWallet.xcodeproj/project.pbxproj

Lines changed: 290 additions & 290 deletions
Large diffs are not rendered by default.

DashWallet/Resources/AppAssets.xcassets/Menu/image.import.private.key.large.imageset/Contents.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"images" : [
33
{
4-
"filename" : "import.private.key.large.png",
4+
"filename" : "import.private.key.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "import.private.key.large.png",
9+
"filename" : "import.private.key@2x.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "import.private.key.large.png",
14+
"filename" : "import.private.key@3x.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}
14.7 KB
Loading
40.2 KB
Loading
75.8 KB
Loading

Shared/Resources/SharedAssets.xcassets/Colors/White/White.colorset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"alpha" : "1.000",
88
"blue" : "0xFF",
99
"green" : "0xFF",
10-
"red" : "0xFE"
10+
"red" : "0xFF"
1111
}
1212
},
1313
"idiom" : "universal"

Shared/Resources/SharedAssets.xcassets/Colors/White/WhiteAlpha10.colorset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"alpha" : "0.100",
88
"blue" : "0xFF",
99
"green" : "0xFF",
10-
"red" : "0xFE"
10+
"red" : "0xFF"
1111
}
1212
},
1313
"idiom" : "universal"

Shared/Resources/SharedAssets.xcassets/Colors/White/WhiteAlpha15.colorset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"alpha" : "0.150",
88
"blue" : "0xFF",
99
"green" : "0xFF",
10-
"red" : "0xFE"
10+
"red" : "0xFF"
1111
}
1212
},
1313
"idiom" : "universal"

Shared/Resources/SharedAssets.xcassets/Colors/White/WhiteAlpha20.colorset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"alpha" : "0.200",
88
"blue" : "0xFF",
99
"green" : "0xFF",
10-
"red" : "0xFE"
10+
"red" : "0xFF"
1111
}
1212
},
1313
"idiom" : "universal"

0 commit comments

Comments
 (0)