diff --git a/src/components/QRCode.tsx b/src/components/QRCode.tsx index c93986b..133de1d 100644 --- a/src/components/QRCode.tsx +++ b/src/components/QRCode.tsx @@ -9,7 +9,7 @@ function readCssColor(variable: string, fallback: string): string { .getPropertyValue(variable) .trim(); return value || fallback; -} +} interface QRCodeProps { value: string;