Fix image sizing
This commit is contained in:
parent
019a9920f0
commit
042c496832
|
@ -24,6 +24,8 @@ struct MediaAltTextOverlay: View {
|
||||||
Spacer()
|
Spacer()
|
||||||
Button(action: { showingAlt = false }) {
|
Button(action: { showingAlt = false }) {
|
||||||
Image(systemName: "xmark.circle.fill")
|
Image(systemName: "xmark.circle.fill")
|
||||||
|
.resizable()
|
||||||
|
.aspectRatio(contentMode: .fill)
|
||||||
.frame(width: 20, height: 20)
|
.frame(width: 20, height: 20)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue