Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2867 Rev 2917
Línea 81... Línea 81...
81
            gap: 0.5
81
            gap: 0.5
82
          }}
82
          }}
83
        >
83
        >
84
          <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
84
          <Option onClick={() => onClickHandler(shareModalTypes.IMAGE)}>
85
            <Image sx={{ color: '#7405f9 !important' }} />
85
            <Image sx={{ color: '#7405f9 !important' }} />
86
            <Typography variant='body2'>{labels.image}</Typography>
86
            <Typography variant='overline'>{labels.image}</Typography>
87
          </Option>
87
          </Option>
Línea 88... Línea 88...
88
 
88
 
89
          <Option onClick={() => onClickHandler(shareModalTypes.VIDEO)}>
89
          <Option onClick={() => onClickHandler(shareModalTypes.VIDEO)}>
90
            <Subscriptions sx={{ color: '#E7A33E !important' }} />
90
            <Subscriptions sx={{ color: '#E7A33E !important' }} />
91
            <Typography variant='body2'>{labels.video}</Typography>
91
            <Typography variant='overline'>{labels.video}</Typography>
Línea 92... Línea 92...
92
          </Option>
92
          </Option>
93
 
93
 
94
          <Option onClick={() => onClickHandler(shareModalTypes.FILE)}>
94
          <Option onClick={() => onClickHandler(shareModalTypes.FILE)}>
95
            <Article sx={{ color: '#C0C8CD !important' }} />
95
            <Article sx={{ color: '#C0C8CD !important' }} />
Línea 96... Línea 96...
96
            <Typography variant='body2'>{labels.document}</Typography>
96
            <Typography variant='overline'>{labels.document}</Typography>
97
          </Option>
97
          </Option>
98
 
98
 
99
          <Option onClick={() => onClickHandler(shareModalTypes.POST)}>
99
          <Option onClick={() => onClickHandler(shareModalTypes.POST)}>
100
            <PostAdd sx={{ color: '#7FC15E !important' }} />
100
            <PostAdd sx={{ color: '#7FC15E !important' }} />
101
            <Typography variant='body2'>{labels.write}</Typography>
101
            <Typography variant='overline'>{labels.write}</Typography>
102
          </Option>
102
          </Option>
103
        </Box>
103
        </Box>