Added proper dom representations to Text elements and increased party text size
This commit is contained in:
@@ -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)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user