Skip to content

Commit

Permalink
chore: remove high error correction level in QRs
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 30, 2024
1 parent 796ba6e commit 09bf128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/QRCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function QRCode({ value }: { value: string }) {
style={{ borderRadius: 28, elevation: 2 }}
>
<View className="flex items-center justify-center p-3 rounded-3xl bg-white w-96 h-96">
<QRCodeLibrary value={value} size={300} ecl="H" />
<QRCodeLibrary value={value} size={300} />
</View>
</LinearGradient>
);
Expand Down

0 comments on commit 09bf128

Please sign in to comment.