Skip to content
Snippets Groups Projects
Commit 986be24c authored by Bruno Boiget's avatar Bruno Boiget
Browse files

fix(ui): remove black square in notifications display

parent 5acd887c
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,6 @@ export const useNotifDisplayStyles = makeStyles()((theme, _params, classes) => ( ...@@ -69,7 +69,6 @@ export const useNotifDisplayStyles = makeStyles()((theme, _params, classes) => (
display: 'block', display: 'block',
width: 0, width: 0,
height: 0, height: 0,
borderStyle: 'solid',
}, },
}, },
})); }));
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