Browse Source

Update CalendarViewController.swift

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

3
Clocker/Preferences/Calendar/CalendarViewController.swift

@ -214,6 +214,9 @@ class CalendarViewController: ParentViewController {
[headerLabel, upcomingEventView, allDayMeetingsLabel,
showNextMeetingLabel, nextMeetingAccessoryLabel, truncateTextLabel,
showEventsFromLabel, charactersField, truncateAccessoryLabel].forEach { $0?.textColor = Themer.shared().mainTextColor() }
calendarsTableView.backgroundColor = Themer.shared().mainBackgroundColor()
truncateTextField.backgroundColor = Themer.shared().mainBackgroundColor()
}
}

Loading…
Cancel
Save