mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 04:41:06 -07:00
Remove color from discard dialog text, since it uses system style
Originally a lot of text would not be readable when in dark theme because the text would be light, but the background would always be white.
This commit is contained in:
parent
c08e7df277
commit
377a21071b
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
text: styleData.value
|
text: styleData.value
|
||||||
font: UM.Theme.getFont("system")
|
font: UM.Theme.getFont("system")
|
||||||
color: UM.Theme.getColor("setting_control_disabled_text")
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue