caution
This can cause problems on actual tables since now TableRow
has default values for color
and size
.
Probably some TableHead
components will now look different.
Add <TableRow color="main" />
in Heads, to fix.
Table Row
- you can add
size
prop now, default isarticle
(childrens will inherit) - you can add
color
prop now, default isdark
(childrens will inherit)