Merge branch 'develop' into feature/molecule_list
This commit is contained in:
commit
3f6fcdbe16
@ -63,7 +63,8 @@ open class CaretButton: MFCustomButton {
|
|||||||
private func changeCaretColor() {
|
private func changeCaretColor() {
|
||||||
|
|
||||||
if let rightCaretView = rightView as? CaretView {
|
if let rightCaretView = rightView as? CaretView {
|
||||||
rightCaretView.tintColor = isEnabled ? enabledColor : disabledColor
|
let lineColor = isEnabled ? enabledColor : disabledColor
|
||||||
|
rightCaretView.setLineColor(lineColor)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user