fixing different sizing

This commit is contained in:
talksik
2022-05-31 06:09:05 -05:00
parent 15e90d39c7
commit c36017c106
2 changed files with 10 additions and 5 deletions
@@ -2,6 +2,7 @@ import {
Avatar,
AvatarGroup,
Box,
Button,
Container,
Fab,
IconButton,
@@ -103,9 +104,8 @@ export default function ConversationDetails() {
background: 'white',
}}
>
<Typography variant="h6">{`Ready?!`}</Typography>
<Typography variant="caption">Get the party started!</Typography>
<Typography variant="caption">Look at the controls at the bottom right!</Typography>
<Typography variant="h6">{`Let's get started!`}</Typography>
<Button variant="text">Click here to learn the controls!</Button>
</Container>
);
}