Live updates of chat messages with websocket on watchOS

This commit is contained in:
2025-10-31 00:11:24 +08:00
parent 3edcdd72af
commit 0ca801d963
2 changed files with 42 additions and 16 deletions

View File

@@ -26,7 +26,7 @@ struct AppInfoHeaderView : View {
// Display WebSocket connection status
Text(webSocketStatusMessage)
.font(.caption2)
.font(.system(size: 10))
.foregroundColor(.secondary)
}
}