From 40adc6bbbfffc40799a17e204af2cc4505259fed Mon Sep 17 00:00:00 2001 From: Ben Evanoff <55565574+benevanoff@users.noreply.github.com> Date: Tue, 2 Mar 2021 14:49:49 -0600 Subject: [PATCH] use preferred colors for DaemonManagerDialog --- components/DaemonManagerDialog.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/DaemonManagerDialog.qml b/components/DaemonManagerDialog.qml index 697445d2..455277bb 100644 --- a/components/DaemonManagerDialog.qml +++ b/components/DaemonManagerDialog.qml @@ -52,6 +52,7 @@ Window { // TODO: implement without hardcoding sizes width: 480 height: 200 + color: MoneroComponents.Style.middlePanelBackgroundColor // Make window draggable MouseArea { @@ -96,7 +97,7 @@ Window { Layout.fillWidth: true horizontalAlignment: Text.AlignHCenter themeTransition: false - color: "black" + color: MoneroComponents.Style.defaultFontColor } }