Skip to content
Snippets Groups Projects
Commit d8e6cf27eba4 authored by Arnaud Vergnet's avatar Arnaud Vergnet :sun_with_face:
Browse files

fix(frontend): change delete icon color

parent 5b5ffecd0c8c
No related branches found
No related tags found
1 merge request!9Améliorations frontend
......@@ -39,11 +39,7 @@
{name}
</Typography>
<Box>
<IconButton
color="error"
onClick={onDelete}
onMouseDown={preventPropagation}
>
<IconButton onClick={onDelete} onMouseDown={preventPropagation}>
<DeleteIcon />
</IconButton>
</Box>
......
......@@ -45,11 +45,7 @@
{name}
</Typography>
<Box>
<IconButton
color="error"
onClick={onDelete}
onMouseDown={preventPropagation}
>
<IconButton onClick={onDelete} onMouseDown={preventPropagation}>
<DeleteIcon />
</IconButton>
</Box>
......
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