mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-08-03 20:47:22 -04:00
Change logo proportions for live activities
This commit is contained in:
parent
41992a810d
commit
ef693c1670
@ -31,7 +31,7 @@ struct KiwixLogo: View {
|
|||||||
Image("KiwixLogo")
|
Image("KiwixLogo")
|
||||||
.resizable()
|
.resizable()
|
||||||
.scaledToFit()
|
.scaledToFit()
|
||||||
.frame(width: maxHeight / 1.6182, height: maxHeight / 1.6182)
|
.frame(width: maxHeight * 0.75, height: maxHeight * 0.75)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user