Skip to content

Commit 189ca06

Browse files
committed
Fixed dark mode bug in GSR nav bar
1 parent d427390 commit 189ca06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

PennMobile/GSR-Booking/Controllers/GSRTabController.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ class GSRTabController: ButtonBarPagerTabStripViewController {
6262
oldCell?.label.textColor = .labelPrimary
6363
newCell?.label.textColor = .baseBlue
6464
}
65+
66+
view.backgroundColor = .uiBackground
6567
}
6668

6769
override func viewDidLayoutSubviews() {

0 commit comments

Comments
 (0)