Skip to content

Commit

Permalink
Merge pull request #3 from hxperl/add-uicolor-context
Browse files Browse the repository at this point in the history
🎨 Add UIColor context to fix CI Build compile
  • Loading branch information
duraidabdul authored Jun 3, 2021
2 parents b56d27f + 17d30ad commit b319499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LocalConsole/ResizeController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ class PlatterView: UIView {

lazy var doneButton: UIButton = {
let button = UIButton(type: .custom)
button.backgroundColor = .systemBlue.resolvedColor(with: UITraitCollection(userInterfaceStyle: .dark))
button.backgroundColor = UIColor.systemBlue.resolvedColor(with: UITraitCollection(userInterfaceStyle: .dark))
button.setTitle("Done", for: .normal)
button.setTitleColor(.white, for: .normal)
button.titleLabel?.font = .systemFont(ofSize: 17, weight: .medium)
Expand Down

0 comments on commit b319499

Please sign in to comment.