mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 20:28:01 -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
|
||||
wrapMode: Text.Wrap
|
||||
elide: Text.ElideRight
|
||||
color: UM.Theme.getColor("primary_text")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue