aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
authorSander Ferdinand <sa.ferdinand@gmail.com>2017-12-07 17:33:46 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-29 23:04:01 +0100
commit868fbe2f2d19681c84c432b472e86328c7c6e61d (patch)
tree386d8186d5ce2a86223fadf0f33863b32a5a27b8 /components/LineEdit.qml
parent22792df5cdafec98da0a6045ee7c0f81ebed5ce2 (diff)
downloadmonzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.gz
monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.xz
monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.zip
Move default font color to Style.qml
Diffstat (limited to 'components/LineEdit.qml')
-rw-r--r--components/LineEdit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index debc396d..b1ef6ee6 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -95,7 +95,7 @@ Item {
font.pixelSize: labelFontSize
font.bold: labelFontBold
textFormat: Text.RichText
- color: "white"
+ color: Style.defaultFontColor
onLinkActivated: item.labelLinkActivated()
MouseArea {