Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 3628 Rev 3693
Línea 54... Línea 54...
54
      clearTimeout(closeTimeOut);
54
      clearTimeout(closeTimeOut);
55
    };
55
    };
56
  }, []);
56
  }, []);
Línea 57... Línea 57...
57
 
57
 
-
 
58
  return (
-
 
59
    <AlertContainer
-
 
60
      variant='filled'
-
 
61
      severity={severity}
-
 
62
      color={color}
-
 
63
      sx={{
58
  return (
64
        display: 'flex',
-
 
65
        padding: (theme) => theme.spacing(0, 0.5)
-
 
66
      }}
59
    <AlertContainer variant='filled' severity={severity} color={color}>
67
    >
60
      {msg}
68
      {msg}
61
    </AlertContainer>
69
    </AlertContainer>
62
  );
70
  );