添加 Solian for Apple Watch #8

Merged
LittleSheep merged 29 commits from features/watchos-app into v3 2025-10-30 16:58:53 +00:00
Showing only changes of commit a8055de910 - Show all commits

View File

@@ -93,11 +93,11 @@ struct AccountView: View {
} }
// Username and Handle // Username and Handle
VStack(alignment: .leading, spacing: 4) { VStack(alignment: .leading) {
Text(user.nick) Text(user.nick)
.font(.headline) .font(.headline)
Text("@\(user.name)") Text("@\(user.name)")
.font(.subheadline) .font(.caption)
.foregroundColor(.secondary) .foregroundColor(.secondary)
} }
} }