ui: change calibration icon to Icons.tune

This commit is contained in:
2026-05-22 14:43:33 +02:00
parent f6c6315596
commit 454d419f4f
2 changed files with 2 additions and 2 deletions
@@ -234,7 +234,7 @@ class _SheetBody extends StatelessWidget {
),
const SizedBox(height: 12),
OutlinedButton.icon(
icon: const Icon(Icons.radar),
icon: const Icon(Icons.tune),
label: const Text('Calibrate'),
onPressed: onCalibrate,
),