-
Notifications
You must be signed in to change notification settings - Fork 28
Support loading indicator component #924
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
Support loading indicator component #924
Conversation
Published version: @draftbit/[email protected] |
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.
👍 Need the same for the 49
branch
style, | ||
...rest | ||
}) => { | ||
const spinnerColor = color ?? theme.colors.branding.primary; |
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 default is already done at the top with color = theme.colors.branding.primary
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.
Thanks 🪨
… sieu/p-5198-support-loading-indicator-component
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
No description provided.