Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3001 Rev 3012
Línea 15... Línea 15...
15
      <Box
15
      <Box
16
        sx={{
16
        sx={{
17
          display: 'flex',
17
          display: 'flex',
18
          alignItems: 'center',
18
          alignItems: 'center',
19
          gap: (theme) => theme.spacing(0.5),
19
          gap: (theme) => theme.spacing(0.5),
20
          marginBottom: (theme) => theme.spacing(1)
20
          marginBottom: (theme) => theme.spacing(1),
-
 
21
          padding: (theme) => theme.spacing(0, 0.5)
21
        }}
22
        }}
22
      >
23
      >
23
        <IconButton
24
        <IconButton
24
          onClick={navigateBefore}
25
          onClick={navigateBefore}
25
          sx={{ padding: (theme) => theme.spacing(0.3) }}
26
          sx={{ padding: (theme) => theme.spacing(0.3) }}