aboutsummaryrefslogtreecommitdiff
path: root/components/LineEdit.qml
diff options
context:
space:
mode:
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 {