Commit 53a2c6ce by Daniel Dahan

development: updated to default to 0

parent dd9cc2ca
......@@ -520,6 +520,7 @@ open class TextField: UITextField {
/// Prepares the detailLabel.
private func prepareDetailLabel() {
detailLabel.font = RobotoFont.regular(with: 12)
detailLabel.numberOfLines = 0
detailColor = Color.darkText.others
addSubview(detailLabel)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment