Skip to content

Commit

Permalink
make sure our calendar weekday heading background color matches navig…
Browse files Browse the repository at this point in the history
…ation bar background (microsoft#160)

calendar weekdayheading background color matches navigationbar background in darkmode
  • Loading branch information
harrieshin authored Jul 31, 2020
1 parent 5c8a959 commit bbca3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/FluentUI/Calendar/Views/CalendarViewDayMonthCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbca3cd

Please sign in to comment.