From 377a21071b170c605c7677b8af11219b43a574da Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 18 Nov 2019 11:33:36 +0100 Subject: [PATCH] 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. --- resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml index afa9fda0bd..316878a2bd 100644 --- a/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml +++ b/resources/qml/Dialogs/DiscardOrKeepProfileChangesDialog.qml @@ -100,7 +100,6 @@ UM.Dialog { text: styleData.value font: UM.Theme.getFont("system") - color: UM.Theme.getColor("setting_control_disabled_text") } }