classes overrides
Overriding internal styles by user provided styles.
Last updated
Was this helpful?
Overriding internal styles by user provided styles.
Last updated
Was this helpful?
Every MUI components accepts a classes
props that enables you override the internal styles ().
With TSS you can easily do the same for your components, it's done by merging the internal classes
and the one that might have been provided as props
.