From bbca3cdddc306429be13c888d86c23b29ef69d59 Mon Sep 17 00:00:00 2001 From: Harrie Shin Date: Fri, 31 Jul 2020 14:13:14 -0700 Subject: [PATCH] make sure our calendar weekday heading background color matches navigation bar background (#160) calendar weekdayheading background color matches navigationbar background in darkmode --- ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift b/ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift index 0b105a4943..382a4414f8 100644 --- a/ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift +++ b/ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift @@ -24,7 +24,7 @@ public extension Colors { public struct Light { public static var textRegular = UIColor(light: gray600, lightHighContrast: gray700, dark: textPrimary) public static var textWeekend: UIColor = textSecondary - public static var background: UIColor = Calendar.background + public static var background: UIColor = NavigationBar.background } public struct Dark { public static var textRegular: UIColor = textOnAccent