diff --git a/core/src/components/modal/animations/ios.enter.ts b/core/src/components/modal/animations/ios.enter.ts index 4a575bd0bf..58e6d9e102 100644 --- a/core/src/components/modal/animations/ios.enter.ts +++ b/core/src/components/modal/animations/ios.enter.ts @@ -41,7 +41,7 @@ export const iosEnterAnimation = ( .afterStyles({ 'transform': finalTransform }) - .beforeAddWrite(() => bodyEl.style.setProperty('background-color', 'black', 'important')) + .beforeAddWrite(() => bodyEl.style.setProperty('background-color', 'black')) .addElement(presentingEl) .keyframes([ { offset: 0, transform: 'translateY(0px) scale(1)', borderRadius: '0px' },