Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3708 Rev 3710
Línea 20... Línea 20...
20
  shadows,
20
  shadows,
21
  spacing: 8,
21
  spacing: 8,
22
  components: {
22
  components: {
23
    MuiTypography: { styleOverrides: typographyStyles },
23
    MuiTypography: { styleOverrides: typographyStyles },
24
    MuiFormControl: { styleOverrides: formControlStyles },
24
    MuiFormControl: { styleOverrides: formControlStyles },
-
 
25
    MuiButtonBase: {
-
 
26
      styleOverrides: {
-
 
27
        root: {
-
 
28
          fontFamily: ['Source Sans 3', 'sans-serif']
-
 
29
        }
-
 
30
      }
-
 
31
    },
25
    MuiButton: {
32
    MuiButton: {
26
      styleOverrides: {
33
      styleOverrides: {
27
        root: ({ theme }) => ({
34
        root: ({ theme }) => ({
28
          display: 'flex',
35
          display: 'flex',
29
          alignItems: 'center',
36
          alignItems: 'center',
30
          justifyContent: 'center',
37
          justifyContent: 'center',
31
          gap: theme.spacing(0.5),
38
          gap: theme.spacing(0.5),
32
          padding: theme.spacing(0.33, 1),
39
          padding: theme.spacing(0.33, 1),
33
          fontFamily: ['Source Sans 3', 'sans-serif'],
-
 
34
          lineHeight: 1.25,
40
          lineHeight: 1.25,
35
          borderWidth: 0,
41
          borderWidth: 0,
36
          borderRadius: '30px',
42
          borderRadius: '30px',
37
          color: colors.font.primary,
43
          color: colors.font.primary,
38
          cursor: 'pointer',
44
          cursor: 'pointer',