-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
feat(range): adding custom styling for ionic theme #29979
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
This should be good to go once the requested changes are made!
--bar-background: #{globals.$ion-primitives-neutral-100}; | ||
--bar-background-active: #{globals.ion-color(primary, base)}; | ||
--bar-border-radius: #{globals.$ion-border-radius-400}; | ||
--height: 42px; |
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.
I think this should use scale-1000
to match the knob area and then we can adjust the pin in the other PR to reach the 68px
total height
--height: 42px; | |
--height: #{globals.$ion-scale-1000}; |
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.
LGTM
Issue number: internal
What is the current behavior?
No ionic theme custom implementation existed for the ion-range component.
What is the new behavior?
Does this introduce a breaking change?
Other information