-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(select-modal): add select default modal styling for ionic theme #30771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: next
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
| :host(.select-modal.modal-default) { | ||
| --max-height: 45%; | ||
| --max-width: calc(100% - (#{globals.$ion-space-400} * 2)); | ||
| --min-height: 340px; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we be using tokens here? I didn't found them in Figma, but was it checked with the UX Team?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we be using tokens here? I didn't found them in Figma, but was it checked with the UX Team?
@OS-giulianasilva well, I did not use them because they are not there :P
--max-width is making usage of it. Will ask about others.
Issue number: resolves #
What is the current behavior?
Once IonSelect was using a modal-default (with no breakpoints) the styling of the modal do not fit with the expected ones for ionic theme.

What is the new behavior?
Under the same context new styling has been added.

Does this introduce a breaking change?