use preferred colors for DaemonManagerDialog

This commit is contained in:
Ben Evanoff
2021-03-02 14:49:49 -06:00
committed by GitHub
parent 1f0f21a8e5
commit 40adc6bbbf

View File

@@ -52,6 +52,7 @@ Window {
// TODO: implement without hardcoding sizes // TODO: implement without hardcoding sizes
width: 480 width: 480
height: 200 height: 200
color: MoneroComponents.Style.middlePanelBackgroundColor
// Make window draggable // Make window draggable
MouseArea { MouseArea {
@@ -96,7 +97,7 @@ Window {
Layout.fillWidth: true Layout.fillWidth: true
horizontalAlignment: Text.AlignHCenter horizontalAlignment: Text.AlignHCenter
themeTransition: false themeTransition: false
color: "black" color: MoneroComponents.Style.defaultFontColor
} }
} }