From 603c1ec05a3f818d89076ad10c8148c6ae39e795 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 27 Aug 2021 22:20:22 -0400 Subject: [PATCH] Fix KeyView colors in dark mode --- OTP/Views/KeyView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OTP/Views/KeyView.swift b/OTP/Views/KeyView.swift index 3143d88..2f656e6 100644 --- a/OTP/Views/KeyView.swift +++ b/OTP/Views/KeyView.swift @@ -65,7 +65,7 @@ struct KeyView: View { } } } - .tint(.black) + .tint(Color(UIColor.label)) } private func progress(at date: Date) -> Double {