aboutsummaryrefslogtreecommitdiff
path: root/components/DaemonManagerDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/DaemonManagerDialog.qml')
-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
}
}