We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3603f1 commit 28552f4Copy full SHA for 28552f4
WooCommerce/Classes/POS/Presentation/Reusable Views/POSModalViewModifier.swift
@@ -14,7 +14,7 @@ struct POSRootModalViewModifier: ViewModifier {
14
.accessibilityElement(children: modalManager.isPresented ? .ignore : .contain)
15
16
if modalManager.isPresented {
17
- Color.posSurfaceContainerLowest.opacity(0.8)
+ Color.posSurfaceDim.opacity(0.8)
18
.edgesIgnoringSafeArea(.all)
19
.onTapGesture {
20
if modalManager.allowsInteractiveDismissal {
0 commit comments