fixed bug in layout for textEntry
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
be265e5d64
commit
1191901787
@ -184,8 +184,12 @@ open class EntryField: Control, Accessable {
|
|||||||
stackView.setCustomSpacing(8, after: container)
|
stackView.setCustomSpacing(8, after: container)
|
||||||
stackView.setCustomSpacing(8, after: errorLabel)
|
stackView.setCustomSpacing(8, after: errorLabel)
|
||||||
|
|
||||||
stackView.pinToSuperView()
|
stackView
|
||||||
|
.pinTop()
|
||||||
|
.pinBottom()
|
||||||
|
.pinLeading()
|
||||||
|
.trailingAnchor.constraint(lessThanOrEqualTo: trailingAnchor).isActive = true
|
||||||
|
|
||||||
titleLabel.textColorConfiguration = primaryColorConfig.eraseToAnyColorable()
|
titleLabel.textColorConfiguration = primaryColorConfig.eraseToAnyColorable()
|
||||||
errorLabel.textColorConfiguration = primaryColorConfig.eraseToAnyColorable()
|
errorLabel.textColorConfiguration = primaryColorConfig.eraseToAnyColorable()
|
||||||
helperLabel.textColorConfiguration = secondaryColorConfig.eraseToAnyColorable()
|
helperLabel.textColorConfiguration = secondaryColorConfig.eraseToAnyColorable()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user