Skip to content

Commit 8d038e7

Browse files
committed
Revert "Add shadow layers to product card border modifier based on design."
This reverts commit ac3c0e0.
1 parent b727822 commit 8d038e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

WooCommerce/Classes/POS/Presentation/Reusable Views/POSItemCardBorderStylesModifier.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ struct POSItemCardBorderStylesModifier: ViewModifier {
88
.stroke(Color.black, lineWidth: Constants.nilOutline)
99
}
1010
.clipShape(RoundedRectangle(cornerRadius: Constants.cardCornerRadius))
11-
.shadow(color: Color.posShadow.opacity(0.04), radius: 12, x: 0, y: 8) // First shadow layer (0px 8px 24px 0px #0000000A)
12-
.shadow(color: Color.posShadow.opacity(0.08), radius: 4, x: 0, y: 2) // Second shadow layer (0px 2px 8px 0px #00000014)
1311
}
1412
}
1513

0 commit comments

Comments
 (0)