diff options
| author | Ben Evanoff <55565574+benevanoff@users.noreply.github.com> | 2021-03-02 14:49:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-02 14:49:49 -0600 |
| commit | 40adc6bbbfffc40799a17e204af2cc4505259fed (patch) | |
| tree | 23fdb50c68ee06a4acafc39369fde1b887fd326f /components/DaemonManagerDialog.qml | |
| parent | 1f0f21a8e5cb1b4d4e430149078b1b78edb5fa4f (diff) | |
| download | monzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.tar.gz monzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.tar.xz monzero-gui-40adc6bbbfffc40799a17e204af2cc4505259fed.zip | |
use preferred colors for DaemonManagerDialog
Diffstat (limited to 'components/DaemonManagerDialog.qml')
| -rw-r--r-- | components/DaemonManagerDialog.qml | 3 |
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 } } |
