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:
Jaime van Kessel 2019-11-18 11:33:36 +01:00
parent c08e7df277
commit 377a21071b
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -100,7 +100,6 @@ UM.Dialog
{
text: styleData.value
font: UM.Theme.getFont("system")
color: UM.Theme.getColor("setting_control_disabled_text")
}
}