Skip to content
Snippets Groups Projects
Commit 3b20a493 authored by lfr20's avatar lfr20
Browse files

Changed the duration of the snackbar, in order to the user have more time to read what is displayed

parent 57d1a42c
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!40merge admin into develop,!37Merge sistema_admin into Update_Admin_System
......@@ -22,7 +22,7 @@ import Snackbar from '@material-ui/core/Snackbar';
export default function SnackbarComponent (props) {
return (
<Snackbar open={props.snackbarOpen} autoHideDuration={1000} onClose={props.handleClose}
<Snackbar open={props.snackbarOpen} autoHideDuration={3000} onClose={props.handleClose}
anchorOrigin = {{ vertical:'top', horizontal:'right' }}
>
<Alert severity={props.severity} style={{backgroundColor:"#00acc1"}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment