File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
WooCommerce/Classes/POS/Utils Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,7 @@ struct POSShadowStyleModifier: ViewModifier {
3131 let shadowLayers = shadowLayers ( for: style)
3232 RasterizedShadowBackground (
3333 cornerRadius: cornerRadius,
34- shadowLayers: shadowLayers,
35- backgroundColor: UIColor . clear
34+ shadowLayers: shadowLayers
3635 )
3736 . frame ( width: geometry. size. width, height: geometry. size. height)
3837 }
@@ -134,7 +133,6 @@ private class MultiShadowView: UIView {
134133private struct RasterizedShadowBackground : UIViewRepresentable {
135134 let cornerRadius : CGFloat
136135 let shadowLayers : [ POSShadowLayer ]
137- let backgroundColor : UIColor
138136
139137 func makeUIView( context: Context ) -> MultiShadowView {
140138 let view = MultiShadowView ( )
You can’t perform that action at this time.
0 commit comments