Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1848 | Rev 3040 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1848 Rev 1849
Línea 9... Línea 9...
9
      <CardHeader
9
      <CardHeader
10
        title={title}
10
        title={title}
11
        action={action}
11
        action={action}
12
        sx={{ paddingBottom: 0 }}
12
        sx={{ paddingBottom: 0 }}
13
        titleTypographyProps={{
13
        titleTypographyProps={{
14
          variant: 'h2'
14
          variant: 'h2',
-
 
15
          component: 'h2'
15
        }}
16
        }}
16
      />
17
      />
17
      <CardContent>{children}</CardContent>
18
      <CardContent>{children}</CardContent>
18
    </WidgetWrapper>
19
    </WidgetWrapper>
19
  )
20
  )