Change logo proportions for live activities

This commit is contained in:
Balazs Perlaki-Horvath 2025-02-28 11:31:27 +01:00 committed by Kelson
parent 41992a810d
commit ef693c1670

View File

@ -31,7 +31,7 @@ struct KiwixLogo: View {
Image("KiwixLogo")
.resizable()
.scaledToFit()
.frame(width: maxHeight / 1.6182, height: maxHeight / 1.6182)
.frame(width: maxHeight * 0.75, height: maxHeight * 0.75)
}
}
}