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 e363d20 commit 0f4d733Copy full SHA for 0f4d733
core/src/components/backdrop/backdrop.ionic.scss
@@ -2,6 +2,6 @@
2
@import "./backdrop";
3
4
:host {
5
- background-color: globals.$ionic-color-base-black;
+ background-color: rgba(globals.$ionic-color-base-black-rgb, 0.7);
6
backdrop-filter: blur(2px);
7
}
core/src/components/modal/modal.ionic.scss
@@ -5,7 +5,7 @@
// --------------------------------------------------
8
- --backdrop-opacity: 0.7;
+ --backdrop-opacity: 1;
9
10
11
// Shape
0 commit comments