make margin standard

This commit is contained in:
Abhinav 2022-05-17 14:59:59 +05:30
parent 7c635b38ac
commit 43503df7f4

View file

@ -4,7 +4,7 @@ import styled from 'styled-components';
export const QRCode = styled.img` export const QRCode = styled.img`
height: 200px; height: 200px;
width: 200px; width: 200px;
margin: 1rem; margin: ${({ theme }) => theme.spacing(2)};
`; `;
export const LoadingQRCode = styled(Container)(({ theme }) => ({ export const LoadingQRCode = styled(Container)(({ theme }) => ({