Skip to content

Commit 874cc94

Browse files
committed
Merge branch 'next' into ROU-10946
2 parents c47fa0a + 4d81c8f commit 874cc94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/modal/modal.ionic.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
:host {
88
--background: #{globals.$ion-primitives-base-white};
99
--box-shadow: #{globals.$ion-elevation-3};
10-
--backdrop-opacity: 0.7;
10+
// Backdrop opacity is 1 because the backdrop's background color has an alpha value
11+
--backdrop-opacity: 1;
1112

1213
color: globals.$ion-primitives-neutral-1200;
1314
}

0 commit comments

Comments
 (0)