ui: change calibration icon to Icons.tune
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user