fix(worterbuch): make transcribed text a bit larger
This commit is contained in:
@@ -37,11 +37,11 @@ struct VocabularyFieldCell: View {
|
|||||||
|
|
||||||
// Transcribed text
|
// Transcribed text
|
||||||
Text(text.isEmpty ? " " : text.lowercased())
|
Text(text.isEmpty ? " " : text.lowercased())
|
||||||
.font(.caption)
|
.font(.body)
|
||||||
.foregroundColor(.primary)
|
.foregroundColor(.primary)
|
||||||
.lineLimit(2)
|
.lineLimit(2)
|
||||||
.frame(maxWidth: .infinity, alignment: .leading)
|
.frame(maxWidth: .infinity, alignment: .leading)
|
||||||
.frame(height: 30)
|
.frame(height: 40)
|
||||||
}
|
}
|
||||||
.padding(8)
|
.padding(8)
|
||||||
.background(Color(.systemBackground))
|
.background(Color(.systemBackground))
|
||||||
|
|||||||
Reference in New Issue
Block a user