fix: use same sensor icon in FAB as rest of app
This commit is contained in:
@@ -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(),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user