Skip to content

Commit 5630bcc

Browse files
committed
2 parents 4ac610c + 2827c71 commit 5630bcc

File tree

5 files changed

+14
-13
lines changed

5 files changed

+14
-13
lines changed

StockApp/StockApp.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StockApp/StockApp/Assets.xcassets/개발자 페이지 프로필/리아.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" : "미모티콘2.png",
4+
"filename" : "미모티콘2 1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "미모티콘2 1.png",
9+
"filename" : "미모티콘2 2.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "미모티콘2 2.png",
14+
"filename" : "미모티콘2 5.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}
File renamed without changes.

StockApp/StockApp/Assets.xcassets/개발자 페이지 프로필/승융.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" : "승융.png",
4+
"filename" : "승융 1.png",
55
"idiom" : "universal",
66
"scale" : "1x"
77
},
88
{
9-
"filename" : "승융 1.png",
9+
"filename" : "승융 2.png",
1010
"idiom" : "universal",
1111
"scale" : "2x"
1212
},
1313
{
14-
"filename" : "승융 2.png",
14+
"filename" : "승융.png",
1515
"idiom" : "universal",
1616
"scale" : "3x"
1717
}

StockApp/StockApp/View/Setting/DeveloperRowView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ struct DeveloperRowView: View {
2323
.frame(width: (UIScreen.main.bounds.width - 40), height: 200)
2424
.foregroundColor(Color.colorAssets.backGroundColor)
2525
.padding(.horizontal)
26-
.shadow(color: Color.fontColor.accentColor.opacity(0.15), radius: 5, x: 5, y: .zero)
26+
.foregroundColor(Color.colorAssets.backGroundColor)
27+
.shadow(color: Color.fontColor.accentColor.opacity(0.15), radius: 20, x: 10, y: .zero)
2728
.overlay {
2829
HStack{
2930
Image(profileImage)

0 commit comments

Comments
 (0)