Styles change in chat

This commit is contained in:
canove
2020-07-20 17:00:52 -03:00
parent 940285f63e
commit 2a73d7e89d
9 changed files with 113 additions and 156 deletions

View File

@@ -5,7 +5,7 @@ import Typography from "@material-ui/core/Typography";
const Qrcode = ({ qrCode }) => {
return (
<div>
<Typography component="h2" variant="h6" color="primary" gutterBottom>
<Typography color="primary" gutterBottom>
Leia o QrCode para iniciar a sessão
</Typography>
<QRCode value={qrCode} size={256} />