Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3288 Rev 3289
Línea 28... Línea 28...
28
          anchorOrigin={{ vertical: 'top', horizontal: 'right' }}
28
          anchorOrigin={{ vertical: 'top', horizontal: 'right' }}
29
          sx={badgeStyles}
29
          sx={badgeStyles}
30
          badgeContent={
30
          badgeContent={
31
            <IconButton
31
            <IconButton
32
              sx={{
32
              sx={{
33
                backgroundColor: colors.button.background,
33
                backgroundColor: colors.button.background.primary,
34
                color: colors.button.text
34
                color: colors.button.text.primary
35
              }}
35
              }}
36
              onClick={toggleModal}
36
              onClick={toggleModal}
37
            >
37
            >
38
              <Edit />
38
              <Edit />
39
            </IconButton>
39
            </IconButton>