Browse Source

Update CalendarViewController.swift

pull/101/head
Abhishek Banthia 3 years ago
parent
commit
0ffbbd310f
  1. 2
      Clocker/Preferences/Calendar/CalendarViewController.swift

2
Clocker/Preferences/Calendar/CalendarViewController.swift

@ -214,6 +214,8 @@ class CalendarViewController: ParentViewController {
[headerLabel, upcomingEventView, allDayMeetingsLabel,
showNextMeetingLabel, nextMeetingAccessoryLabel, truncateTextLabel,
showEventsFromLabel, charactersField, truncateAccessoryLabel].forEach { $0?.textColor = Themer.shared().mainTextColor() }
upcomingEventView.setAccessibility("UpcomingEventView")
}
}

Loading…
Cancel
Save