format files

This commit is contained in:
zjs81
2026-06-13 00:39:13 -07:00
parent 7da4e68384
commit becfbedc99
26 changed files with 1040 additions and 741 deletions
+5 -2
View File
@@ -1574,7 +1574,8 @@ class _ContactTile extends StatelessWidget {
case advTypeSensor:
return const Color(0xFF4ACCC4); // teal
default:
return MeshPalette.blue; // chat — AvatarCircle handles deterministic hue
return MeshPalette
.blue; // chat — AvatarCircle handles deterministic hue
}
}
@@ -1662,7 +1663,9 @@ class _ContactTile extends StatelessWidget {
Icon(
Icons.location_on,
size: 13,
color: scheme.onSurfaceVariant.withValues(alpha: 0.55),
color: scheme.onSurfaceVariant.withValues(
alpha: 0.55,
),
),
],
],