Replace DesignKit with package from ElementX.

This commit is contained in:
Doug
2022-05-20 18:43:35 +01:00
committed by Doug
parent 768a9e1cfd
commit 4858d72afb
32 changed files with 81 additions and 1021 deletions
@@ -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
}
}