mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
Update lib/screens/scanner_screen.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
bc77f7e287
commit
c05f813d65
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue