This repository was archived by the owner on Jun 19, 2019. It is now read-only.

Description
Anyone got an example of styling a UITextField with custom colours for placeholder and input text.

Is achieved by this, but after editing the green text style reverts to that of the placeholder.
MyView {
^UILabel{
font: $default-font 18
text-color: #222222
}
UITextField{
font: $default-font 20
text-color: #67AB1C
UIFieldEditor{
UITexiFieldLabel{
text-color: #CCCCCC
}
}
UILabel{
text-color: #67AB1C
}
}
}