mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
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:
parent
6876c12106
commit
a2b1f53979
3 changed files with 5 additions and 9 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue