fix(Onboarding): display name clear button was always visible

Closes #5235
This commit is contained in:
Alexandra Betouni 2022-04-07 23:30:09 +03:00 committed by Iuri Matias
parent e213c07521
commit 0a8429bc3f
1 changed files with 1 additions and 0 deletions

View File

@ -110,6 +110,7 @@ Item {
height: 14
iconWidth: 14
iconHeight: 14
visible: (nameInput.input.text.length > 0)
color: "transparent"
source: Style.svg("close-filled")
onClicked: {