Skip to content

Commit

Permalink
fix: qr code scanning does not work (#2376)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhsanRns authored Apr 30, 2024
1 parent a419c10 commit 4e8c16b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ class _QRCodeScreenState extends State<QRCodeScreen> {
padding: EdgeInsets.zero,
data: link,
size: 200,
dataModuleStyle: const QrDataModuleStyle(
color: AppColors.kWhite
),
dataModuleStyle: const QrDataModuleStyle(color: AppColors.kWhite),
eyeStyle: const QrEyeStyle(eyeShape: QrEyeShape.square, color: AppColors.kWhite),
),
),
),
Expand Down

0 comments on commit 4e8c16b

Please sign in to comment.