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 8260caf + d3165fc commit 1974bfaCopy full SHA for 1974bfa
core/src/components/modal/modal.ionic.scss
@@ -5,12 +5,12 @@
5
// --------------------------------------------------
6
7
:host {
8
- --background: #{globals.$ion-primitives-base-white};
+ --background: #{globals.$ion-bg-surface-default};
9
--box-shadow: #{globals.$ion-elevation-3};
10
// 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;
+ color: globals.$ion-text-default;
14
}
15
16
// Shape
0 commit comments