Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3536 Rev 3537
Línea 15... Línea 15...
15
          name='comment'
15
          name='comment'
16
          placeholder={labels.write_a_comment}
16
          placeholder={labels.write_a_comment}
17
          rules={{ required: 'Este campo es requerido' }}
17
          rules={{ required: 'Este campo es requerido' }}
18
          autoComplete='off'
18
          autoComplete='off'
19
          endAdornment={
19
          endAdornment={
20
            <IconButton type='submit'>
20
            <IconButton type='submit' sx={{ padding: 0.4 }}>
21
              <SendRounded />
21
              <SendRounded />
22
            </IconButton>
22
            </IconButton>
23
          }
23
          }
24
        />
24
        />
25
      </Box>
25
      </Box>