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 25... Línea 25...
25
        }}
25
        }}
26
      >
26
      >
27
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
27
        <Card styles={{ width: '100%', maxWidth: { xs: '90vw', md: '500px', lg: '800px' } }}>
28
          <CardHeader
28
          <CardHeader
29
            title={title}
29
            title={title}
30
            renderAction={
30
            renderAction={() => (
31
              <IconButton onClick={closeAlert}>
31
              <IconButton onClick={closeAlert}>
32
                <Close />
32
                <Close />
33
              </IconButton>
33
              </IconButton>
34
            }
34
            )}
35
          />
35
          />
36
          <CardContent>
36
          <CardContent>
37
            <Typography variant='h2'>{message}</Typography>
37
            <Typography variant='h2'>{message}</Typography>
38
          </CardContent>
38
          </CardContent>