[nbcu] qr 스타일 수정
- nbcu전용 qr에 대해서 스타일 수정.
This commit is contained in:
@@ -39,14 +39,14 @@ export default function QRCodePatnr21({
|
|||||||
style={{
|
style={{
|
||||||
width: sizeInPx,
|
width: sizeInPx,
|
||||||
height: sizeInPx,
|
height: sizeInPx,
|
||||||
background: '#fff',
|
background: 'transparent',
|
||||||
border: '1px solid #dadada',
|
|
||||||
margin: '0 auto',
|
margin: '0 auto',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
border: 'none',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
|
|||||||
Reference in New Issue
Block a user