-
Notifications
You must be signed in to change notification settings - Fork 67
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
clean up minor component defaults and props #421
Conversation
Release 0.10.0
for better debugging
- display correct uPort buttons for solid and outline
- include all font sizes. - include all font weights. - include tooltip variants.
- uses Box component as base now. - correctly forwards the 'as' prop. - removed redundant styled system props. - removed unnecessary default props.
- uses Text component as base now. - correctly forwards the 'as' prop. - removed unnecessary default props.
- likely a temporary fix
- use props inherited from Input for `color` and `bg` instead.
- use new `text` and `background` theme color values.
- removed `height` and `width` values to allow element to resize more naturally.
- hover color on icons displays correctly and `primary` color now. - text color on labels displays correctly as `text` color now.
Deploy preview for rimble-ui-storybook ready! Built with commit b435d86 |
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.
Nice job on getting a bunch of bugs smashed. I think my biggest questions are what needs to be updated to the docs site with this release?
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.
Ready for release
related issues #389 #396 #403 #375 #395