mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 12:47:49 -06:00
Fix unthemed label
Since in dark mode it stays black and it disappears in the background. CURA-8421
This commit is contained in:
parent
1aadb1bade
commit
ed0fc26051
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ Button
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
wrapMode: Text.Wrap
|
wrapMode: Text.Wrap
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
color: UM.Theme.getColor("primary_text")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue