mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-02-03 03:47:43 +01:00
Tint was in wrong place
This commit is contained in:
parent
c7003aa4b0
commit
8f5d0f57d6
@ -12,7 +12,6 @@ struct AboutView: View {
|
||||
aboutApp
|
||||
} label: {
|
||||
Text("about.app")
|
||||
.tint(Color.blue)
|
||||
}
|
||||
.listRowThreaded()
|
||||
|
||||
@ -30,7 +29,7 @@ struct AboutView: View {
|
||||
}
|
||||
}
|
||||
}
|
||||
.listThreaded(tint: Color.blue)
|
||||
.listThreaded()
|
||||
.navigationTitle("about")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.onDisappear {
|
||||
@ -55,7 +54,7 @@ struct AboutView: View {
|
||||
}
|
||||
.padding(.horizontal)
|
||||
}
|
||||
.listThreaded()
|
||||
.listThreaded(tint: Color.blue)
|
||||
.navigationTitle("about.app")
|
||||
.navigationBarTitleDisplayMode(.large)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user