Fix KeyView colors in dark mode

This commit is contained in:
Shadowfacts 2021-08-27 22:20:22 -04:00
parent 8a4196db3a
commit 603c1ec05a
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ struct KeyView: View {
}
}
}
.tint(.black)
.tint(Color(UIColor.label))
}
private func progress(at date: Date) -> Double {