mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-24 14:02:53 +01:00
Edit profile: Fix fonts
This commit is contained in:
parent
cc4768b5e7
commit
401bd7afb5
@ -106,7 +106,10 @@ public struct EditAccountView: View {
|
|||||||
ForEach($viewModel.fields) { $field in
|
ForEach($viewModel.fields) { $field in
|
||||||
VStack(alignment: .leading) {
|
VStack(alignment: .leading) {
|
||||||
TextField("account.edit.metadata-name-placeholder", text: $field.name)
|
TextField("account.edit.metadata-name-placeholder", text: $field.name)
|
||||||
|
.font(.scaledHeadline)
|
||||||
TextField("account.edit.metadata-value-placeholder", text: $field.value)
|
TextField("account.edit.metadata-value-placeholder", text: $field.value)
|
||||||
|
.emojiSize(Font.scaledBodyPointSize)
|
||||||
|
.foregroundColor(theme.tintColor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.onMove(perform: { indexSet, newOffset in
|
.onMove(perform: { indexSet, newOffset in
|
||||||
|
Loading…
Reference in New Issue
Block a user