Skip to content

Commit 9b884a7

Browse files
committed
Update floating control shadow to large.
1 parent 19909d1 commit 9b884a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

WooCommerce/Classes/POS/Presentation/PointOfSaleDashboardView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ struct PointOfSaleDashboardView: View {
4444
POSFloatingControlView(showExitPOSModal: $showExitPOSModal,
4545
showSupport: $showSupport,
4646
showDocumentation: $showDocumentation)
47-
.shadow(color: Color.black.opacity(0.12), radius: 4, y: 2)
47+
// TODO: update `POSFloatingControlView` style when PR is merged
48+
.posShadow(.large)
4849
.offset(x: Constants.floatingControlHorizontalOffset, y: -Constants.floatingControlVerticalOffset)
4950
.trackSize(size: $floatingSize)
5051
.accessibilitySortPriority(1)

0 commit comments

Comments
 (0)