Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1543 Rev 1544
Línea 26... Línea 26...
26
          <ListItem key={value} sx={{ p: 0 }}>
26
          <ListItem key={value} sx={{ p: 0 }}>
27
            <ListItemButton sx={{ py: 0 }} onClick={() => handleChange(value)}>
27
            <ListItemButton sx={{ py: 0 }} onClick={() => handleChange(value)}>
28
              <ListItemText
28
              <ListItemText
29
                id={value}
29
                id={value}
30
                primary={name}
30
                primary={name}
31
                sx={{
-
 
32
                  '& MuiListItemText-primary': {
31
                primaryTypographyProps={{
33
                    fontWeight: current === value ? 'bold' : 'normal'
32
                  sx: { fontWeight: current === value ? 'bold' : 'normal' }
34
                  }
-
 
35
                }}
33
                }}
36
              />
34
              />
37
            </ListItemButton>
35
            </ListItemButton>
38
          </ListItem>
36
          </ListItem>
39
        ))}
37
        ))}