fixing text color in servicelist
This commit is contained in:
parent
80fb1673c9
commit
e2b8992a7f
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ ColumnLayout {
|
||||||
textColor: {
|
textColor: {
|
||||||
if (selected ||
|
if (selected ||
|
||||||
mouseHandler.containsMouse || active)
|
mouseHandler.containsMouse || active)
|
||||||
activeTextColor;
|
Kirigami.Theme.highlightedTextColor;
|
||||||
else
|
else
|
||||||
Kirigami.Theme.textColor;
|
Kirigami.Theme.textColor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue