Update lib/screens/scanner_screen.dart

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Leah 2026-02-12 20:02:56 +01:00 committed by GitHub
parent bc77f7e287
commit c05f813d65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -243,7 +243,7 @@ class _ScannerScreenState extends State<ScannerScreen> {
color: Colors.red.withValues(alpha: 0.15),
child: Row(
children: [
Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
const Icon(Icons.bluetooth_disabled, size: 24, color: Colors.red),
const SizedBox(width: 12),
Expanded(
child: Column(