v97.0.0
97.0.0 (2023-11-28)
Features
- Change Secondary color values (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
andTypography
: usecolor="error"
instead ofcolor="secondary"
- for
Tabs
make sure you are usingindicatorColor="primary"
andtextColor="primary"