Merge branch 'develop' into feature/molecule_list

This commit is contained in:
Pfeil, Scott Robert 2019-04-22 13:17:13 -04:00
commit 3f6fcdbe16

View File

@ -63,7 +63,8 @@ open class CaretButton: MFCustomButton {
private func changeCaretColor() {
if let rightCaretView = rightView as? CaretView {
rightCaretView.tintColor = isEnabled ? enabledColor : disabledColor
let lineColor = isEnabled ? enabledColor : disabledColor
rightCaretView.setLineColor(lineColor)
}
}