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