Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1752 Rev 1753
Línea 63... Línea 63...
63
        </Button>
63
        </Button>
64
      </CardActions>
64
      </CardActions>
Línea 65... Línea 65...
65
 
65
 
66
      <Collapse in={expanded} timeout='auto' unmountOnExit>
66
      <Collapse in={expanded} timeout='auto' unmountOnExit>
67
        <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
67
        <CardContent sx={{ p: 1, '& p': { marginBottom: 1 } }}>
68
          <Typography variant='body1'>Comentario:</Typography>
68
          <Typography variant='body2'>Comentario:</Typography>
69
          <Typography paragraph>{commet}</Typography>
69
          <Typography paragraph>{commet}</Typography>
70
        </CardContent>
70
        </CardContent>
71
      </Collapse>
71
      </Collapse>
72
    </Card>
72
    </Card>