Skip to content

Commit

Permalink
Change default normal color
Browse files Browse the repository at this point in the history
  • Loading branch information
YuigaWada committed Nov 25, 2019
1 parent f85759e commit b6d90eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PolioPager/TabCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public struct TabItem {
font:UIFont = .systemFont(ofSize: 15),
cellWidth: CGFloat? = nil,
backgroundColor: UIColor = .white,
normalColor: UIColor = .lightGray, //.red, //for debug.
normalColor: UIColor = .black, //.red, //for debug.
highlightedColor: UIColor = .black){

self.title = title
Expand Down

0 comments on commit b6d90eb

Please sign in to comment.