ui: change calibration icon to Icons.tune
This commit is contained in:
@@ -180,7 +180,7 @@ class _IntroPage extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 32),
|
const SizedBox(height: 32),
|
||||||
Icon(
|
Icon(
|
||||||
Icons.radar,
|
Icons.tune,
|
||||||
size: 56,
|
size: 56,
|
||||||
color: theme.colorScheme.primary,
|
color: theme.colorScheme.primary,
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -234,7 +234,7 @@ class _SheetBody extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
const SizedBox(height: 12),
|
const SizedBox(height: 12),
|
||||||
OutlinedButton.icon(
|
OutlinedButton.icon(
|
||||||
icon: const Icon(Icons.radar),
|
icon: const Icon(Icons.tune),
|
||||||
label: const Text('Calibrate'),
|
label: const Text('Calibrate'),
|
||||||
onPressed: onCalibrate,
|
onPressed: onCalibrate,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user