Skip to content

Commit d232be9

Browse files
committed
Added blue color to Send Feedback
1 parent e35e6d0 commit d232be9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

TCAT/Controllers/InformationViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class InformationViewController: UIViewController, UITableViewDataSource, UITabl
159159
// Set custom formatting based on cell
160160
switch (indexPath.section, indexPath.row) {
161161

162-
case (0, 1): // Send Feedback
162+
case (1, 1): // Send Feedback
163163
cell.textLabel?.textColor = Colors.tcatBlue
164164
default:
165165
break

TCAT/Controllers/ServiceAlertsViewController.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ class ServiceAlertsViewController: UIViewController {
5252

5353
updateConstraints()
5454

55-
getServiceAlerts()
55+
// getServiceAlerts()
56+
createDummyData()
5657
}
5758

5859
func updateConstraints() {

0 commit comments

Comments
 (0)