Loading src/components/QrCode.jsx +2 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ const QrCode = ({ data, label = 'qr-code', options = {}, size = 600, toggle = () backgroundColor: 'var(--background-color)', height: '100%', left: 0, opacity: 0.9, position: 'fixed', textAlign: 'center', top: 0, Loading @@ -29,7 +30,7 @@ const QrCode = ({ data, label = 'qr-code', options = {}, size = 600, toggle = () zIndex: 9999, }, caption: { color: '#CCCCCC', color: '#BBBBBB', fontSize: '1.2rem', position: 'fixed', bottom: 0, Loading Loading
src/components/QrCode.jsx +2 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ const QrCode = ({ data, label = 'qr-code', options = {}, size = 600, toggle = () backgroundColor: 'var(--background-color)', height: '100%', left: 0, opacity: 0.9, position: 'fixed', textAlign: 'center', top: 0, Loading @@ -29,7 +30,7 @@ const QrCode = ({ data, label = 'qr-code', options = {}, size = 600, toggle = () zIndex: 9999, }, caption: { color: '#CCCCCC', color: '#BBBBBB', fontSize: '1.2rem', position: 'fixed', bottom: 0, Loading