Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2984 Rev 2990
Línea 10... Línea 10...
10
    navigate(-1)
10
    navigate(-1)
11
  }
11
  }
Línea 12... Línea 12...
12
 
12
 
13
  return (
13
  return (
-
 
14
    <>
-
 
15
      <Box
-
 
16
        sx={{
14
    <>
17
          display: 'flex',
-
 
18
          alignItems: 'center',
-
 
19
          gap: (theme) => theme.spacing(0.5),
-
 
20
          marginBottom: (theme) => theme.spacing(1)
-
 
21
        }}
-
 
22
      >
15
      <Box sx={{ display: 'flex', alignItems: 'center', gap: 0.5 }}>
23
        <IconButton
-
 
24
          onClick={navigateBefore}
-
 
25
          sx={{ padding: (theme) => theme.spacing(0.3) }}
16
        <IconButton onClick={navigateBefore} sx={{ padding: 0.3 }}>
26
        >
17
          <NavigateBefore />
27
          <NavigateBefore />
Línea 18... Línea 28...
18
        </IconButton>
28
        </IconButton>
19
 
29