Skip to content

Commit 2191f63

Browse files
committed
fix body background on ionic theme
1 parent f6e1262 commit 2191f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/css/ionic/core.ionic.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ html {
2323
}
2424

2525
body {
26-
background: var(--ion-background-color);
26+
background: var(--ion-background-color, #{globals.$ion-bg-body});
2727
color: var(--ion-text-color);
2828
}
2929

0 commit comments

Comments
 (0)