Move default font color to Style.qml

This commit is contained in:
Sander Ferdinand
2017-12-07 17:33:46 +01:00
committed by moneromooo-monero
parent 22792df5cd
commit 868fbe2f2d
7 changed files with 17 additions and 24 deletions

View File

@@ -95,7 +95,7 @@ Item {
font.pixelSize: labelFontSize
font.bold: labelFontBold
textFormat: Text.RichText
color: "white"
color: Style.defaultFontColor
onLinkActivated: item.labelLinkActivated()
MouseArea {