fix(worterbuch): make transcribed text a bit larger
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user