Skip to content
Snippets Groups Projects

Resolve "Remove black square that appears in notifications display"

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -69,7 +69,6 @@ export const useNotifDisplayStyles = makeStyles()((theme, _params, classes) => (
display: 'block',
width: 0,
height: 0,
borderStyle: 'solid',
},
},
}));
Loading