Skip to content

Commit 75ab5cd

Browse files
committed
Remove unused color posCartItemOutline.
1 parent 6ac33e5 commit 75ab5cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

WooCommerce/Classes/POS/Utils/Color+WooCommercePOS.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@ extension Color {
1919
* Secondary and tertiary colors are layered on top of the main background, when needed.
2020
*/
2121

22-
// An ugly duckling; intended for use for borders where the bordered view has
23-
// `.posSecondaryBackground` in light mode, even though it's on another `.posSecondaryBackground` view. Does not adapt
24-
static var posCartItemOutline: Color {
25-
Color(
26-
UIColor(red: 220.0/255.0, green: 220.0/255.0, blue: 222.0/255.0, alpha: 1.0)
27-
)
28-
}
29-
3022
// MARK: - Text
3123

3224
private static var posGray: Color {

0 commit comments

Comments
 (0)