Skip to content

Commit d777e54

Browse files
committed
Feat: 수정된 RoutineCardView 구현 (#T3-167)
1 parent 8518394 commit d777e54

36 files changed

Lines changed: 352 additions & 15 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}

Projects/Presentation/Resources/Colors.xcassets/Green.colorset/Contents.json renamed to Projects/Presentation/Resources/Colors.xcassets/RoutineCategory/Green10.colorset/Contents.json

File renamed without changes.

Projects/Presentation/Resources/Colors.xcassets/Pink.colorset/Contents.json renamed to Projects/Presentation/Resources/Colors.xcassets/RoutineCategory/Pink10.colorset/Contents.json

File renamed without changes.

Projects/Presentation/Resources/Colors.xcassets/Purple.colorset/Contents.json renamed to Projects/Presentation/Resources/Colors.xcassets/RoutineCategory/Purple10.colorset/Contents.json

File renamed without changes.

Projects/Presentation/Resources/Colors.xcassets/Skyblue.colorset/Contents.json renamed to Projects/Presentation/Resources/Colors.xcassets/RoutineCategory/Skyblue10.colorset/Contents.json

File renamed without changes.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"colors" : [
3+
{
4+
"color" : {
5+
"color-space" : "srgb",
6+
"components" : {
7+
"alpha" : "1.000",
8+
"blue" : "0xC7",
9+
"green" : "0xF5",
10+
"red" : "0xFF"
11+
}
12+
},
13+
"idiom" : "universal"
14+
}
15+
],
16+
"info" : {
17+
"author" : "xcode",
18+
"version" : 1
19+
}
20+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"author" : "xcode",
4+
"version" : 1
5+
}
6+
}
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "connect_icon.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "connect_icon@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"filename" : "connect_icon@3x.png",
15+
"idiom" : "universal",
16+
"scale" : "3x"
17+
}
18+
],
19+
"info" : {
20+
"author" : "xcode",
21+
"version" : 1
22+
}
23+
}
569 Bytes
Loading
1.03 KB
Loading

0 commit comments

Comments
 (0)