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: {
|
||||
if (selected ||
|
||||
mouseHandler.containsMouse || active)
|
||||
activeTextColor;
|
||||
Kirigami.Theme.highlightedTextColor;
|
||||
else
|
||||
Kirigami.Theme.textColor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue