diff --git a/ios/WatchRunner Watch App/Views/AccountView.swift b/ios/WatchRunner Watch App/Views/AccountView.swift index 3c104eea..030159fc 100644 --- a/ios/WatchRunner Watch App/Views/AccountView.swift +++ b/ios/WatchRunner Watch App/Views/AccountView.swift @@ -93,11 +93,11 @@ struct AccountView: View { } // Username and Handle - VStack(alignment: .leading, spacing: 4) { + VStack(alignment: .leading) { Text(user.nick) .font(.headline) Text("@\(user.name)") - .font(.subheadline) + .font(.caption) .foregroundColor(.secondary) } }