formatting
This commit is contained in:
parent
a0cbc78923
commit
a390af2aae
1 changed files with 2 additions and 1 deletions
|
|
@ -304,7 +304,8 @@ NLoader {
|
||||||
|
|
||||||
TextField {
|
TextField {
|
||||||
id: searchInput
|
id: searchInput
|
||||||
placeholderText: searchText === "" ? "Search applications... (use > to view commands)" : "Search applications..."
|
placeholderText: searchText
|
||||||
|
=== "" ? "Search applications... (use > to view commands)" : "Search applications..."
|
||||||
color: Color.mOnSurface
|
color: Color.mOnSurface
|
||||||
placeholderTextColor: Color.mOnSurfaceVariant
|
placeholderTextColor: Color.mOnSurfaceVariant
|
||||||
background: null
|
background: null
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue