Skip to content

Commit

Permalink
Adjust color bgtext
Browse files Browse the repository at this point in the history
  • Loading branch information
dsnallfot committed Jun 15, 2024
1 parent 4fbe9b2 commit 725afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LoopFollow/ViewControllers/MainViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ class MainViewController: UIViewController, UITableViewDataSource, ChartViewDele
}

// Return the color with full saturation and brightness
color = UIColor(hue: hue, saturation: 0.8, brightness: 1.0, alpha: 1.0)
color = UIColor(hue: hue, saturation: 0.9, brightness: 0.9, alpha: 1.0)
}

BGText.textColor = color
Expand Down

0 comments on commit 725afb0

Please sign in to comment.