Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2276 Rev 2364
Línea 37... Línea 37...
37
  styles,
37
  styles,
38
  ...props
38
  ...props
39
}) {
39
}) {
40
  return (
40
  return (
41
    <CardHeader
41
    <CardHeader
42
      avatar={avatar ? <Avatar alt={avatar.alt} src={avatar.src} /> : null}
42
      avatar={avatar ? <Avatar alt={title} src={avatar} /> : null}
43
      action={renderAction()}
43
      action={renderAction()}
44
      title={title}
44
      title={title}
45
      subheader={subheader}
45
      subheader={subheader}
46
      titleTypographyProps={{
46
      titleTypographyProps={{
47
        sx: { fontSize: '16px', fontWeight: 600, color: 'var(--title-color)' }
47
        sx: { fontSize: '16px', fontWeight: 600, color: 'var(--title-color)' }