mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-03-12 09:36:59 +00:00
Merge pull request #3347
40adc6b
use preferred colors for DaemonManagerDialog (Ben Evanoff)
This commit is contained in:
commit
c18614f96f
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue