We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa02c8f commit be5b87cCopy full SHA for be5b87c
1 file changed
Sources/SPQRCode/Extensions/UIColor+Extensions.swift
@@ -24,7 +24,7 @@ import UIKit
24
25
extension UIColor {
26
27
- #warning("system orage?")
28
static let frameColor = UIColor(red: 0.992, green: 0.8, blue: 0, alpha: 1)
+ static let previewColor = UIColor(red: 1, green: 0.835, blue: 0.043, alpha: 1)
29
30
}
0 commit comments