Merge pull request #3347

40adc6b use preferred colors for DaemonManagerDialog (Ben Evanoff)
This commit is contained in:
luigi1111 2021-03-05 14:01:59 -05:00
commit c18614f96f
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -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
}
}