Use normal text colour instead of specialised configuration item text

They were the same anyway, and they should always be the same.

Contributes to issue CURA-5876.
This commit is contained in:
Ghostkeeper 2018-11-27 11:53:17 +01:00
parent 6876c12106
commit a2b1f53979
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276
3 changed files with 5 additions and 9 deletions

View file

@ -58,7 +58,7 @@ Column
{
text: section
font: UM.Theme.getFont("small")
color: UM.Theme.getColor("configuration_item_text")
color: UM.Theme.getColor("text")
padding: UM.Theme.getSize("narrow_margin").width
}
}