mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix incorrect user display name label color on dark mode
This commit is contained in:
parent
54f5493e76
commit
4b67d5d2a9
@ -95,7 +95,7 @@ struct HomeScreen: View {
|
||||
Text("Hello, \(displayName)!")
|
||||
.font(.subheadline)
|
||||
.fontWeight(.bold)
|
||||
.foregroundColor(.black)
|
||||
.foregroundColor(.primary)
|
||||
}
|
||||
} else {
|
||||
EmptyView()
|
||||
|
Loading…
x
Reference in New Issue
Block a user