change color for urqr indicator on scan page (#3294)
malik1004x committed
Jun 4, 2026 at 17:48 UTC
73187e6d5ec92092a8f489adf83f70ed6b5ea3c5
1 file changed
+1
-1
lib/new-ui/pages/scan_page.dart
+1
-1
@@ -349,7 +349,7 @@ class _ScanPageState extends State<ScanPage> {
349
),
350
size: cutoutSize + 20,
351
activeColor: Theme.of(context).colorScheme.primary,
352
- inactiveColor: Theme.of(context).colorScheme.onSurfaceVariant),
352
+ inactiveColor: Colors.white.withAlpha(102)),
353
),
354
),
355
Positioned(