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