fix: use same sensor icon in FAB as rest of app

This commit is contained in:
2026-05-16 22:38:52 +02:00
parent 181dcdc30e
commit 530397e003
@@ -270,7 +270,7 @@ class FloorPlanEditorState extends State<FloorPlanEditor> {
FloatingActionButton.extended(
heroTag: 'editor-add-sensor',
icon: const Icon(Icons.bluetooth),
icon: const Icon(Icons.sensors),
label: const Text('Add sensor'),
onPressed: () => widget.onAddSensorTapped?.call(),
),