aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Evanoff <55565574+benevanoff@users.noreply.github.com>2021-03-02 14:49:49 -0600
committerGitHub <noreply@github.com>2021-03-02 14:49:49 -0600
commit40adc6bbbfffc40799a17e204af2cc4505259fed (patch)
tree23fdb50c68ee06a4acafc39369fde1b887fd326f
parent1f0f21a8e5cb1b4d4e430149078b1b78edb5fa4f (diff)
downloadmonzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.tar.gz
monzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.tar.xz
monzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.zip
use preferred colors for DaemonManagerDialog
-rw-r--r--components/DaemonManagerDialog.qml3
1 files changed, 2 insertions, 1 deletions
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
}
}