diff --git a/Packages/Account/Sources/Account/Edit/EditAccountView.swift b/Packages/Account/Sources/Account/Edit/EditAccountView.swift index cf8c110c..565d3c81 100644 --- a/Packages/Account/Sources/Account/Edit/EditAccountView.swift +++ b/Packages/Account/Sources/Account/Edit/EditAccountView.swift @@ -106,7 +106,10 @@ public struct EditAccountView: View { ForEach($viewModel.fields) { $field in VStack(alignment: .leading) { TextField("account.edit.metadata-name-placeholder", text: $field.name) + .font(.scaledHeadline) TextField("account.edit.metadata-value-placeholder", text: $field.value) + .emojiSize(Font.scaledBodyPointSize) + .foregroundColor(theme.tintColor) } } .onMove(perform: { indexSet, newOffset in