This commit is contained in:
Developer 2025-12-01 19:24:46 -08:00
parent 6f2ff2d9b3
commit 9944f86174
1 changed files with 0 additions and 13 deletions

View File

@ -434,19 +434,6 @@ class _WelcomePageContentState extends State<_WelcomePageContent> {
color: const Color(0xFF6F6354),
),
),
const Spacer(),
// -
GestureDetector(
onTap: _openQrScanner,
child: Container(
padding: EdgeInsets.all(8.w),
child: Icon(
Icons.qr_code_scanner,
size: 24.sp,
color: const Color(0xFF8E794A),
),
),
),
],
),
),