Skip to content

Commit

Permalink
misprint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Oct 17, 2024
1 parent b9d431e commit 08fb25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const QrCodeWrapper = ({ value, size, id = 'qr-code', includeMargin = false}: Pr
<QRCode
value={value}
bgColor={theme.palette.ds.white_static}
fgColor={theme.palette.ds.static_dark}
fgColor={theme.palette.ds.black_static}
size={size}
includeMargin={includeMargin}
id={id}
Expand Down

0 comments on commit 08fb25d

Please sign in to comment.