Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 2705 Rev 2713
Línea 6... Línea 6...
6
  InputLabel,
6
  InputLabel,
7
  styled
7
  styled
8
} from '@mui/material'
8
} from '@mui/material'
9
import FormErrorFeedback from '../form/FormErrorFeedback'
9
import FormErrorFeedback from '../form/FormErrorFeedback'
Línea 10... Línea 10...
10
 
10
 
11
const AppInput = styled(InputBase)(({ theme }) => ({
11
export const AppInput = styled(InputBase)(({ theme }) => ({
12
  borderRadius: 4,
12
  borderRadius: 4,
13
  position: 'relative',
13
  position: 'relative',
14
  backgroundColor: theme.palette.background.default,
14
  backgroundColor: theme.palette.background.default,
15
  border: `1px solid var(--border-primary)`,
15
  border: `1px solid var(--border-primary)`,