Fix KeyView colors in dark mode
This commit is contained in:
parent
8a4196db3a
commit
603c1ec05a
|
@ -65,7 +65,7 @@ struct KeyView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.tint(.black)
|
||||
.tint(Color(UIColor.label))
|
||||
}
|
||||
|
||||
private func progress(at date: Date) -> Double {
|
||||
|
|
Loading…
Reference in New Issue