-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(searchbar): add sizes for ionic theme #30211
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| // Searchbar in Toolbar | ||
| // ----------------------------------------- | ||
|
|
||
| :host-context(ion-toolbar) { | ||
| min-height: globals.$ion-scale-1200; | ||
| } | ||
|
|
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.
Removed because it doesn't seem to be used.
| width: globals.$ion-scale-500; | ||
| height: globals.$ion-scale-500; |
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.
The Figma design for this shows it should be scale-400 but actually uses scale-500. Have we asked design to clarify this?
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.
Fixed: 69ab056
Issue number: internal
What is the current behavior?
Searchbar does not have sizes.
What is the new behavior?
ionictheme:medium,largeionictheme defaults tomediumiosandmdtheme defaults to undefinedDoes this introduce a breaking change?
Other information
Preview: size
Preview: within toolbar