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
+1 -1
View File
@@ -180,7 +180,7 @@ class _IntroPage extends StatelessWidget {
),
const SizedBox(height: 32),
Icon(
Icons.radar,
Icons.tune,
size: 56,
color: theme.colorScheme.primary,
),
@@ -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,
),