fix: add hover effects to system message usernames

closes #411
closes #463
This commit is contained in:
Paul Makles 2022-01-04 11:12:57 +00:00
parent 202a70b91f
commit 21cd3f4558

View file

@ -29,6 +29,15 @@ const SystemContent = styled.div`
flex-wrap: wrap;
align-items: center;
flex-direction: row;
svg,
span {
cursor: pointer;
}
span:hover {
text-decoration: underline;
}
`;
interface Props {