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 80f8cfc commit 42c98a9Copy full SHA for 42c98a9
WooCommerce/Classes/Extensions/UILabel+SalesChannel.swift
@@ -23,7 +23,7 @@ private extension UILabel {
23
enum Layout {
24
static let borderWidth = CGFloat(0.0)
25
static let cornerRadius = CGFloat(4.0)
26
- static let salesChannelLabelTextColor = UIColor(color: .wooCommercePurple(.shade80))
27
- static let salesChannelLabelBackgroundColor = UIColor(color: .wooCommercePurple(.shade10))
+ static let salesChannelLabelTextColor = UIColor.wooCommercePurple(.shade80)
+ static let salesChannelLabelBackgroundColor = UIColor.wooCommercePurple(.shade10)
28
}
29
0 commit comments