Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3059 Rev 3292
Línea 44... Línea 44...
44
          <IconButton
44
          <IconButton
45
            sx={{
45
            sx={{
46
              position: 'absolute',
46
              position: 'absolute',
47
              top: '20px',
47
              top: '20px',
48
              right: '20px',
48
              right: '20px',
49
              backgroundColor: '#fff',
49
              backgroundColor: colors.button.background.primary,
50
              color: 'blueviolet'
50
              color: colors.button.text.primary,
-
 
51
              ':hover': {
-
 
52
                backgroundColor: colors.button.background.primary,
-
 
53
                color: colors.button.text.primary,
-
 
54
                opacity: 0.9
-
 
55
              }
51
            }}
56
            }}
52
            onClick={toggleModal}
57
            onClick={toggleModal}
53
          >
58
          >
54
            <Edit />
59
            <Edit />
55
          </IconButton>
60
          </IconButton>