mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Try and fix logo on ios 26
This commit is contained in:
parent
0cdf1aeb1f
commit
8152642c6c
1 changed files with 3 additions and 2 deletions
|
|
@ -19,19 +19,20 @@ struct MeshtasticLogo: View {
|
|||
.renderingMode(.template)
|
||||
.foregroundColor(.accentColor)
|
||||
.scaledToFit()
|
||||
.offset(x: -15)
|
||||
}
|
||||
.padding(.bottom, 5)
|
||||
.padding(.top, 5)
|
||||
.offset(x: -15)
|
||||
|
||||
#else
|
||||
VStack {
|
||||
Image(colorScheme == .dark ? "logo-white" : "logo-black")
|
||||
.resizable()
|
||||
.renderingMode(.template)
|
||||
.scaledToFit()
|
||||
.offset(x: -15)
|
||||
}
|
||||
.padding(.bottom, 5)
|
||||
.offset(x: -15)
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue