feat(StatusBaseInput): Add focused state

Closes: #240
This commit is contained in:
B.Melnik 2021-07-12 12:57:20 +03:00 committed by Michał Cieślak
parent 078c12e796
commit 4fcdbab22e
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@ Item {
clip: true
border.width: 1
border.color: edit.activeFocus ? Theme.palette.primaryColor1 : "transparent"
Flickable {
id: flick