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 42c98a9 commit 521dba4Copy full SHA for 521dba4
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.wooCommercePurple(.shade80)
27
- static let salesChannelLabelBackgroundColor = UIColor.wooCommercePurple(.shade10)
+ static let salesChannelLabelTextColor = UIColor.withColorStudio(.wooCommercePurple, shade: .shade80)
+ static let salesChannelLabelBackgroundColor = UIColor.withColorStudio(.wooCommercePurple, shade: .shade10)
28
}
29
0 commit comments