mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Touch up the logo
This commit is contained in:
parent
755a7c1af8
commit
a6fbc66819
1 changed files with 3 additions and 3 deletions
|
|
@ -11,12 +11,12 @@ struct MeshtasticLogo: View {
|
|||
@Environment(\.colorScheme) var colorScheme
|
||||
|
||||
var body: some View {
|
||||
ZStack {
|
||||
VStack {
|
||||
Image(colorScheme == .dark ? "logo-white" : "logo-black")
|
||||
.resizable()
|
||||
.foregroundColor(.red)
|
||||
.scaledToFit()
|
||||
}
|
||||
.padding(.bottom)
|
||||
.padding(.bottom, 5)
|
||||
.offset(x: -15)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue