Skip to content

Commit dda3338

Browse files
committed
[Fix] QA Review
1 parent f10d1a3 commit dda3338

22 files changed

Lines changed: 200 additions & 148 deletions

File tree

ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Color/BFPrimaryColor.colorset/Contents.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "srgb",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "0xF9",
9-
"green" : "0xAC",
10-
"red" : "0xA1"
8+
"blue" : "0xE5",
9+
"green" : "0x8B",
10+
"red" : "0x7A"
1111
}
1212
},
1313
"idiom" : "universal"
@@ -23,9 +23,9 @@
2323
"color-space" : "srgb",
2424
"components" : {
2525
"alpha" : "1.000",
26-
"blue" : "0xF9",
27-
"green" : "0xAC",
28-
"red" : "0xA1"
26+
"blue" : "0xE5",
27+
"green" : "0x8B",
28+
"red" : "0x7A"
2929
}
3030
},
3131
"idiom" : "universal"
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"colors" : [
3+
{
4+
"color" : {
5+
"color-space" : "srgb",
6+
"components" : {
7+
"alpha" : "1.000",
8+
"blue" : "0x7F",
9+
"green" : "0x7F",
10+
"red" : "0x7F"
11+
}
12+
},
13+
"idiom" : "universal"
14+
},
15+
{
16+
"appearances" : [
17+
{
18+
"appearance" : "luminosity",
19+
"value" : "dark"
20+
}
21+
],
22+
"color" : {
23+
"color-space" : "srgb",
24+
"components" : {
25+
"alpha" : "1.000",
26+
"blue" : "0x7F",
27+
"green" : "0x7F",
28+
"red" : "0x7F"
29+
}
30+
},
31+
"idiom" : "universal"
32+
}
33+
],
34+
"info" : {
35+
"author" : "xcode",
36+
"version" : 1
37+
}
38+
}

ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Color/MainPalette1.colorset/Contents.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "srgb",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "0xDA",
9-
"green" : "0x09",
10-
"red" : "0x54"
8+
"blue" : "0x7B",
9+
"green" : "0x05",
10+
"red" : "0x2C"
1111
}
1212
},
1313
"idiom" : "universal"
@@ -23,9 +23,9 @@
2323
"color-space" : "srgb",
2424
"components" : {
2525
"alpha" : "1.000",
26-
"blue" : "0xDA",
27-
"green" : "0x09",
28-
"red" : "0x54"
26+
"blue" : "0x7B",
27+
"green" : "0x05",
28+
"red" : "0x2C"
2929
}
3030
},
3131
"idiom" : "universal"

ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Color/MainPalette2.colorset/Contents.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"color-space" : "srgb",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "0xFF",
9-
"green" : "0x71",
10-
"red" : "0x4E"
8+
"blue" : "0x7E",
9+
"green" : "0x23",
10+
"red" : "0x1A"
1111
}
1212
},
1313
"idiom" : "universal"
@@ -23,9 +23,9 @@
2323
"color-space" : "srgb",
2424
"components" : {
2525
"alpha" : "1.000",
26-
"blue" : "0xFF",
27-
"green" : "0x71",
28-
"red" : "0x4E"
26+
"blue" : "0x7E",
27+
"green" : "0x23",
28+
"red" : "0x1A"
2929
}
3030
},
3131
"idiom" : "universal"

ComfortableMove/ComfortableMove/App/Resources/Assets.xcassets/Image/buttonImage.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" : "button.png",
4+
"filename" : "Group 1171275966.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "button 1.png",
9+
"filename" : "Group 1171275967.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "button 2.png",
14+
"filename" : "Group 1171275968.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}
104 KB
Loading
104 KB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)