We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
It uses the theme's error color, because it was accidentally copied from BulkDeleteButton
error
To fix this you need to remove this, or change the error color to primary (maybe the latter, so user can override it?):
primary
react-admin/packages/ra-ui-materialui/src/button/BulkUpdateWithUndoButton.tsx
Lines 20 to 35 in 10ad474
Line 38 in 10ad474
Line 105 in 10ad474
The text was updated successfully, but these errors were encountered:
Thanks for the report. Would you mind opening a pull request to fix this?
Sorry, something went wrong.
I don't have enough time to figure out how your dev setup with monorepo etc works.
Successfully merging a pull request may close this issue.
It uses the theme's
error
color, because it was accidentally copied from BulkDeleteButtonTo fix this you need to remove this, or change the
error
color toprimary
(maybe the latter, so user can override it?):react-admin/packages/ra-ui-materialui/src/button/BulkUpdateWithUndoButton.tsx
Lines 20 to 35 in 10ad474
react-admin/packages/ra-ui-materialui/src/button/BulkUpdateWithUndoButton.tsx
Line 38 in 10ad474
react-admin/packages/ra-ui-materialui/src/button/BulkUpdateWithUndoButton.tsx
Line 105 in 10ad474
The text was updated successfully, but these errors were encountered: