diff --git a/app/(tabs)/map.tsx b/app/(tabs)/map.tsx index fe97af3..1a0c062 100644 --- a/app/(tabs)/map.tsx +++ b/app/(tabs)/map.tsx @@ -88,10 +88,12 @@ function CalloutContent({ {deviceId} - + {stateLabel} @@ -683,6 +685,16 @@ const styles = StyleSheet.create({ fontSize: 14, fontWeight: "600", }, + calloutBadge: { + paddingHorizontal: 8, + paddingVertical: 2, + borderRadius: 9999, + borderWidth: 1, + }, + calloutBadgeText: { + fontSize: 12, + fontWeight: "500", + }, calloutDescription: { fontSize: 12, color: "#687076",