Added proper dom representations to Text elements and increased party text size

This commit is contained in:
Mitchell McCaffrey
2020-04-09 11:30:48 +10:00
parent 0f4a5caf94
commit 53bf0e9659
5 changed files with 13 additions and 10 deletions
+3 -2
View File
@@ -8,12 +8,13 @@ function Nickname({ nickname, stream }) {
return (
<Text
as="p"
my={1}
variant="caption"
variant="body2"
sx={{
fontSize: 10,
position: "relative",
cursor: stream ? "pointer" : "default",
fontSize: "12px",
}}
onClick={() => stream && setStreamMuted(!streamMuted)}
>