From 74aeb3589b62aa5244f9bdca41c40056f59415bf Mon Sep 17 00:00:00 2001 From: dvdrw Date: Sun, 17 May 2026 20:02:10 +0200 Subject: [PATCH] fix: use correct tag icon when tracking particle clouds --- lib/features/floorplan/floor_plan_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/floorplan/floor_plan_screen.dart b/lib/features/floorplan/floor_plan_screen.dart index 93f7cff..c9403fd 100644 --- a/lib/features/floorplan/floor_plan_screen.dart +++ b/lib/features/floorplan/floor_plan_screen.dart @@ -426,7 +426,7 @@ class _TrackingCard extends StatelessWidget { padding: const EdgeInsets.symmetric(horizontal: 12, vertical: 10), child: Row( children: [ - const Icon(Icons.radar), + const Icon(Icons.label_outline), const SizedBox(width: 10), Expanded( child: Column(