From 2c84b06007f07297377e63bc6627484697891071 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sun, 18 Jul 2021 10:41:20 -0400 Subject: [PATCH] Update CalendarViewController.swift --- Clocker/Preferences/Calendar/CalendarViewController.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Clocker/Preferences/Calendar/CalendarViewController.swift b/Clocker/Preferences/Calendar/CalendarViewController.swift index 745a866..d86af15 100644 --- a/Clocker/Preferences/Calendar/CalendarViewController.swift +++ b/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() } }