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.
2 parents c47fa0a + 4d81c8f commit 874cc94Copy full SHA for 874cc94
core/src/components/modal/modal.ionic.scss
@@ -7,7 +7,8 @@
7
:host {
8
--background: #{globals.$ion-primitives-base-white};
9
--box-shadow: #{globals.$ion-elevation-3};
10
- --backdrop-opacity: 0.7;
+ // Backdrop opacity is 1 because the backdrop's background color has an alpha value
11
+ --backdrop-opacity: 1;
12
13
color: globals.$ion-primitives-neutral-1200;
14
}
0 commit comments