mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-02 23:47:30 +01:00
Fix icon in readme
This commit is contained in:
parent
46c78d5811
commit
b7ce9648d5
@ -31,7 +31,7 @@ struct IconSelectorView: View {
|
||||
}
|
||||
} label: {
|
||||
ZStack(alignment: .bottomTrailing) {
|
||||
Image(uiImage: .init(named: icon.rawValue)!)
|
||||
Image(uiImage: .init(named: icon.rawValue) ?? .init())
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(minHeight: 125, maxHeight: 1024)
|
||||
|
Loading…
x
Reference in New Issue
Block a user