Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 1212 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1212 Rev 1218
Línea 7... Línea 7...
7
  justify-content: center;
7
  justify-content: center;
8
  align-items: center;
8
  align-items: center;
9
  gap: 0.5rem;
9
  gap: 0.5rem;
10
  flex-direction: ${(props) => (props.isRow ? 'row' : 'column')};
10
  flex-direction: ${(props) => (props.isRow ? 'row' : 'column')};
11
  width: 100%;
11
  width: 100%;
-
 
12
  .MuiPaginationItem-root {
-
 
13
    background-color: ${(props) => props.theme.background.color.primary};
-
 
14
  }
12
`
15
`
Línea 13... Línea 16...
13
 
16
 
14
const PaginationComponent = ({
17
const PaginationComponent = ({
15
  pages = 1,
18
  pages = 1,