79588571

Date: 2025-04-23 12:04:21
Score: 1
Natty:
Report link

I used the sx prop on Tabs, with the css classes for Tabs and Tab. In MUI 7.0.2.

<Tabs
  sx={{
    "& .MuiTabs-root: {
      minHeight: 44,
      height: 44,
    },
    "& .MuiTab-root: {
      minHeight: 44,
      height: 44,
    },
  }}
 >

From the CSS classes documentation: https://mui.com/material-ui/api/tabs/#classes

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: cwiedel