mirror of https://github.com/status-im/StatusQ.git
parent
a2d48a5827
commit
35f20e33df
|
@ -125,7 +125,8 @@ Item {
|
||||||
|
|
||||||
elide: StatusBaseText.ElideRight
|
elide: StatusBaseText.ElideRight
|
||||||
font.family: Theme.palette.baseFont.name
|
font.family: Theme.palette.baseFont.name
|
||||||
color: Theme.palette.baseColor1
|
color: statusBaseInput.enabled ? Theme.palette.baseColor1 :
|
||||||
|
Theme.palette.directColor6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} // Flickable
|
} // Flickable
|
||||||
|
|
Loading…
Reference in New Issue