25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

2 yıl önce
2 yıl önce
2 yıl önce
12345678910111213141516
  1. // ==============================|| OVERRIDES - TAB ||============================== //
  2. export default function Tab(theme) {
  3. return {
  4. MuiTab: {
  5. styleOverrides: {
  6. root: {
  7. minHeight: 46,
  8. color: theme.palette.text.primary,
  9. fontSize: "1.2rem",
  10. fontWeight: 600
  11. }
  12. }
  13. }
  14. };
  15. }