Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2554 Rev 2556
Línea 12... Línea 12...
12
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
12
import { openShareModal } from '@app/redux/share-modal/shareModal.actions'
13
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
13
import { shareModalTypes } from '@app/redux/share-modal/shareModal.types'
Línea 14... Línea 14...
14
 
14
 
15
import WidgetWrapper from '@app/components/widgets/WidgetLayout'
15
import WidgetWrapper from '@app/components/widgets/WidgetLayout'
16
import Input from '@app/components/UI/Input'
-
 
Línea 17... Línea 16...
17
import Ckeditor from '@app/components/UI/Ckeditor'
16
import Input from '@app/components/UI/Input'
18
 
17
 
19
const Option = styled(Button)(({ theme }) => ({
18
const Option = styled(Button)(({ theme }) => ({
20
  borderRadius: '50%',
19
  borderRadius: '50%',
Línea 66... Línea 65...
66
          sx={{ width: '100%' }}
65
          sx={{ width: '100%' }}
67
          primary={false}
66
          primary={false}
68
        />
67
        />
69
      </Box>
68
      </Box>
Línea 70... Línea -...
70
 
-
 
71
      <Ckeditor />
-
 
72
 
69
 
73
      <Box display='flex' gap={1} justifyContent='space-between'>
70
      <Box display='flex' gap={1} justifyContent='space-between'>
74
        <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
71
        <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
75
          <Image sx={{ color: '#7405f9 !important' }} />
72
          <Image sx={{ color: '#7405f9 !important' }} />
76
          <Typography variant='body2'>{labels.image}</Typography>
73
          <Typography variant='body2'>{labels.image}</Typography>