Skip to content

Commit be5b87c

Browse files
Update colors
1 parent fa02c8f commit be5b87c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/SPQRCode/Extensions/UIColor+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import UIKit
2424

2525
extension UIColor {
2626

27-
#warning("system orage?")
2827
static let frameColor = UIColor(red: 0.992, green: 0.8, blue: 0, alpha: 1)
28+
static let previewColor = UIColor(red: 1, green: 0.835, blue: 0.043, alpha: 1)
2929

3030
}

0 commit comments

Comments
 (0)