Skip to content

Commit 1974bfa

Browse files
authored
Merge branch 'next' into next-branch/FW-6439
2 parents 8260caf + d3165fc commit 1974bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
// --------------------------------------------------
66

77
:host {
8-
--background: #{globals.$ion-primitives-base-white};
8+
--background: #{globals.$ion-bg-surface-default};
99
--box-shadow: #{globals.$ion-elevation-3};
1010
// Backdrop opacity is 1 because the backdrop's background color has an alpha value
1111
--backdrop-opacity: 1;
1212

13-
color: globals.$ion-primitives-neutral-1200;
13+
color: globals.$ion-text-default;
1414
}
1515

1616
// Shape

0 commit comments

Comments
 (0)