SIGN IN SIGN UP

A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

0 0 55 TypeScript

refactor(content, modal): update prefix for internal safe area variable (#31114)

Issue number: N/A

---------

<!-- Please do not submit updates to dependencies unless it fixes an
issue. -->

<!-- Please try to limit your pull request to one type (bugfix, feature,
etc). Submit multiple pull requests if needed. -->

## What is the current behavior?
<!-- Please describe the current behavior that you are modifying. -->

We've decided to use `internal` as the prefix for internal CSS variables
and `ion` for public variables. We recently introduced a new internal
variable for the safe area that doesn't have the correct prefix.

## What is the new behavior?
<!-- Please describe the behavior or changes that are being added by
this PR. -->

- Updated `--ion-content-safe-area-padding-bottom` to
`--internal-content-safe-area-padding-bottom`

## Does this introduce a breaking change?

- [ ] Yes
- [x] No

<!--
  If this introduces a breaking change:
1. Describe the impact and migration path for existing applications
below.
  2. Update the BREAKING.md file with the breaking change.
3. Add "BREAKING CHANGE: [...]" to the commit description when merging.
See
https://github.com/ionic-team/ionic-framework/blob/main/docs/CONTRIBUTING.md#footer
for more information.
-->


## Other information

<!-- Any other information that is important to this PR such as
screenshots of how the component looks before and after the change. -->

N/A
M
Maria Hutt committed
e0862e387bad6a0eb3c5e70080a707e03bb91c5d
Parent: e0a99ab
Committed by GitHub <noreply@github.com> on 5/7/2026, 1:15:05 PM