Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3717 Rev 3718
Línea 24... Línea 24...
24
        }}
24
        }}
25
      >
25
      >
26
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
26
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
27
          <CardHeader
27
          <CardHeader
28
            title={title}
28
            title={title}
29
            renderAction={
29
            renderAction={() => (
30
              <IconButton onClick={closeModal}>
30
              <IconButton onClick={closeModal}>
31
                <Close />
31
                <Close />
32
              </IconButton>
32
              </IconButton>
33
            }
33
            )}
34
          />
34
          />
35
          <CardContent styles={{ maxHeight: '70vh', overflowY: 'auto' }}>{content}</CardContent>
35
          <CardContent styles={{ maxHeight: '70vh', overflowY: 'auto' }}>{content}</CardContent>
36
        </Card>
36
        </Card>
37
      </Box>
37
      </Box>
38
    </MuiModal>
38
    </MuiModal>