Skip to content

Commit

Permalink
Correção na leitura do QR no tema Dark
Browse files Browse the repository at this point in the history
  • Loading branch information
rtenorioh authored Jun 28, 2022
1 parent e8c2e98 commit 583422d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/QrcodeModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ const QrcodeModal = ({ open, onClose, whatsAppId }) => {

return (
<Dialog open={open} onClose={onClose} maxWidth="lg" scroll="paper">
<DialogContent>
<Paper elevation={0}>
<DialogContent style={{background: '#ffffff'}}>
<Paper elevation={0} style={{background: '#ffffff'}}>
<Typography color="primary" gutterBottom>
{i18n.t("qrCode.message")}
</Typography>
Expand Down

0 comments on commit 583422d

Please sign in to comment.