quite a few UX improvements

This commit is contained in:
2025-03-23 20:00:24 +01:00
parent 4ad867e609
commit e148c851e1
12 changed files with 166 additions and 60 deletions

View File

@@ -48,7 +48,7 @@ class _StepBetweenLandmarksState extends State<StepBetweenLandmarks> {
children: [
const Icon(Icons.directions_walk),
Text(
time == null ? "" : "About $time min",
time == null ? "" : "$time min",
style: const TextStyle(fontSize: 10)
),
],