Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3368 Rev 3369
Línea 124... Línea 124...
124
  return (
124
  return (
125
    <CardMedia
125
    <CardMedia
126
      alt={alt}
126
      alt={alt}
127
      component={getMediaComponent(type)}
127
      component={getMediaComponent(type)}
128
      height={height}
128
      height={height}
129
      src={src}
129
      image={src}
130
      width={width}
130
      width={width}
131
      sx={{
131
      sx={{
132
        objectFit: 'contain',
132
        objectFit: 'contain',
133
        ...styles
133
        ...styles
134
      }}
134
      }}