fix(StatusBaseInput): add visuals for disabled state

Closes #284
This commit is contained in:
Pascal Precht 2021-07-23 11:45:37 +02:00 committed by Michał Cieślak
parent 03de7db8ac
commit 11f9d2a8c5
1 changed files with 2 additions and 1 deletions

View File

@ -125,7 +125,8 @@ Item {
elide: StatusBaseText.ElideRight
font.family: Theme.palette.baseFont.name
color: Theme.palette.baseColor1
color: statusBaseInput.enabled ? Theme.palette.baseColor1 :
Theme.palette.directColor6
}
}
} // Flickable