Update nav to use adaptable color for dark and light modes
Changelog-Fixed: Fixed nav bar color on login, eula, and account creation Closes: https://github.com/damus-io/damus/pull/1361
This commit is contained in:
committed by
William Casarin
parent
de63e96664
commit
5571052cfd
@@ -107,7 +107,7 @@ struct BackNav: View {
|
|||||||
@Environment(\.dismiss) var dismiss
|
@Environment(\.dismiss) var dismiss
|
||||||
var body: some View {
|
var body: some View {
|
||||||
Image("chevron-left")
|
Image("chevron-left")
|
||||||
.foregroundColor(.white)
|
.foregroundColor(DamusColors.adaptableBlack)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
self.dismiss()
|
self.dismiss()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user