Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2541 Rev 2554
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 16... Línea 17...
16
import Input from '@app/components/UI/Input'
17
import Ckeditor from '@app/components/UI/Ckeditor'
17
 
18
 
18
const Option = styled(Button)(({ theme }) => ({
19
const Option = styled(Button)(({ theme }) => ({
19
  borderRadius: '50%',
20
  borderRadius: '50%',
Línea 65... Línea 66...
65
          sx={{ width: '100%' }}
66
          sx={{ width: '100%' }}
66
          primary={false}
67
          primary={false}
67
        />
68
        />
68
      </Box>
69
      </Box>
Línea -... Línea 70...
-
 
70
 
-
 
71
      <Ckeditor />
69
 
72
 
70
      <Box display='flex' gap={1} justifyContent='space-between'>
73
      <Box display='flex' gap={1} justifyContent='space-between'>
71
        <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
74
        <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
72
          <Image sx={{ color: '#7405f9 !important' }} />
75
          <Image sx={{ color: '#7405f9 !important' }} />
73
          <Typography variant='body2'>{labels.image}</Typography>
76
          <Typography variant='body2'>{labels.image}</Typography>