Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [97.0.0](v96.2.0...v97.0.0) (2023-11-28) ### Features * Change Secondary color values ([7085cdf](7085cdf)) ### BREAKING CHANGES * Secondary color was previously red like error color. You should not be very impacted by this change. Here's what you should be concerned about: - for `IconButton` and `Typography`: use `color="error"` instead of `color="secondary"` - for `Tabs` make sure you are using `indicatorColor="primary"` and `textColor="primary"`
- Loading branch information