Skip to content

Commit f88b9cb

Browse files
authored
Обновил превью для основной иконки (#21)
Выгрузил из Icon Composer
1 parent f77f68a commit f88b9cb

File tree

10 files changed

+7
-7
lines changed

10 files changed

+7
-7
lines changed

SwiftUI-Days/Screens/More/ThemeIcon/ThemeIconScreen.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ struct ThemeIconScreen: View {
6363
.listImage
6464
.resizable()
6565
.scaledToFit()
66-
.frame(width: 65, height: 65)
67-
.clipShape(.rect(cornerRadius: 12))
66+
.frame(width: 64, height: 64)
67+
.clipShape(.rect(cornerRadius: 16))
6868
.overlay {
69-
RoundedRectangle(cornerRadius: 12)
69+
RoundedRectangle(cornerRadius: 16)
7070
.strokeBorder(.iconBorder, lineWidth: 1)
7171
}
7272
.drawingGroup()
2.84 KB
Loading
4.96 KB
Loading
3.46 KB
Loading
6.12 KB
Loading

SwiftUI-Days/SupportingFiles/Assets.xcassets/AppIcon/Thumbnail/AppIcon1Small.imageset/Contents.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scale" : "1x"
1616
},
1717
{
18-
"filename" : "AppIcon1Small.png",
18+
"filename" : "AppIcon1-iOS-Default-64x64@2x.png",
1919
"idiom" : "universal",
2020
"scale" : "2x"
2121
},
@@ -26,12 +26,12 @@
2626
"value" : "dark"
2727
}
2828
],
29-
"filename" : "ThumbLight1Small.png",
29+
"filename" : "AppIcon1-iOS-Dark-64x64@2x.png",
3030
"idiom" : "universal",
3131
"scale" : "2x"
3232
},
3333
{
34-
"filename" : "ThumbLight1.png",
34+
"filename" : "AppIcon1-iOS-Default-64x64@3x.png",
3535
"idiom" : "universal",
3636
"scale" : "3x"
3737
},
@@ -42,7 +42,7 @@
4242
"value" : "dark"
4343
}
4444
],
45-
"filename" : "ThumbLight1 1.png",
45+
"filename" : "AppIcon1-iOS-Dark-64x64@3x.png",
4646
"idiom" : "universal",
4747
"scale" : "3x"
4848
}

0 commit comments

Comments
 (0)