diff --git a/src/qml/imports/Theme/QfTextField.qml b/src/qml/imports/Theme/QfTextField.qml index b0af402750..3c54a72586 100644 --- a/src/qml/imports/Theme/QfTextField.qml +++ b/src/qml/imports/Theme/QfTextField.qml @@ -35,6 +35,7 @@ TextField { z: 1 visible: !!textField.echoMode && textField.echoMode !== TextInput.Normal iconSource: textField.echoMode === TextInput.Normal ? Theme.getThemeVectorIcon('ic_hide_green_48dp') : Theme.getThemeVectorIcon('ic_show_green_48dp') + iconColor: Theme.mainColor anchors.right: textField.right anchors.verticalCenter: textField.verticalCenter opacity: textField.text.length > 0 ? 1 : 0.25