Skip to content

Commit 28552f4

Browse files
committed
Update modal background color per design update.
1 parent b3603f1 commit 28552f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct POSRootModalViewModifier: ViewModifier {
1414
.accessibilityElement(children: modalManager.isPresented ? .ignore : .contain)
1515

1616
if modalManager.isPresented {
17-
Color.posSurfaceContainerLowest.opacity(0.8)
17+
Color.posSurfaceDim.opacity(0.8)
1818
.edgesIgnoringSafeArea(.all)
1919
.onTapGesture {
2020
if modalManager.allowsInteractiveDismissal {

0 commit comments

Comments
 (0)