mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Replace DesignKit with package from ElementX.
This commit is contained in:
@@ -75,7 +75,7 @@ struct MultilineTextField: View {
|
||||
.overlay(rect.stroke(borderColor, lineWidth: borderWidth))
|
||||
.introspectTextView { textView in
|
||||
textView.textColor = UIColor(textColor)
|
||||
textView.font = theme.fonts.uiFonts.callout
|
||||
textView.font = .element.callout
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user