Skip to content

v97.0.0

Compare
Choose a tag to compare
@cozy-bot cozy-bot released this 28 Nov 11:15
· 575 commits to master since this release

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 and Typography: use color="error" instead of color="secondary"
  • for Tabs make sure you are using indicatorColor="primary" and textColor="primary"