Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2900 Rev 2901
Línea 5... Línea 5...
5
const ReactionsGroup = styled('div')(({ theme }) => ({
5
const ReactionsGroup = styled('div')(({ theme }) => ({
6
  display: 'flex',
6
  display: 'flex',
7
  alignItems: 'center',
7
  alignItems: 'center',
8
  cursor: 'pointer',
8
  cursor: 'pointer',
9
  '& > svg:not(:first-child)': {
9
  '& > svg:not(:first-child)': {
10
    marginLeft: theme.spacing(0.5)
10
    marginLeft: theme.spacing(-0.7)
11
  }
11
  }
12
}))
12
}))
Línea 13... Línea 13...
13
 
13
 
14
export default function ReactionsIcons({ reactions = [] }) {
14
export default function ReactionsIcons({ reactions = [] }) {