Skip to content

Commit 0420190

Browse files
- fix ion-statusbar css var follback;
1 parent ab61c12 commit 0420190

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
@@ -223,7 +223,7 @@ ion-toast-controller,
223223

224224
html.plt-ios.plt-hybrid,
225225
html.plt-ios.plt-pwa {
226-
--ion-statusbar-padding: globals.$ionic-space-m;
226+
--ion-statusbar-padding: #{globals.$ionic-space-500};
227227
}
228228

229229
@supports (padding-top: 20px) {

0 commit comments

Comments
 (0)