💄 Optimize account view on watchOS
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user