[nbcu] qr 스타일 수정

- nbcu전용 qr에 대해서 스타일 수정.
This commit is contained in:
junghoon86.park
2025-12-11 15:12:25 +09:00
parent 013055692f
commit c16724f245

View File

@@ -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