diff --git a/WorterBuch/VocabularyFieldCell.swift b/WorterBuch/VocabularyFieldCell.swift index c2cf96b..62e1140 100644 --- a/WorterBuch/VocabularyFieldCell.swift +++ b/WorterBuch/VocabularyFieldCell.swift @@ -37,11 +37,11 @@ struct VocabularyFieldCell: View { // Transcribed text Text(text.isEmpty ? " " : text.lowercased()) - .font(.caption) + .font(.body) .foregroundColor(.primary) .lineLimit(2) .frame(maxWidth: .infinity, alignment: .leading) - .frame(height: 30) + .frame(height: 40) } .padding(8) .background(Color(.systemBackground))