aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--components/LineEdit.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/components/LineEdit.qml b/components/LineEdit.qml
index 9f4ad355..b9e137bb 100644
--- a/components/LineEdit.qml
+++ b/components/LineEdit.qml
@@ -107,8 +107,7 @@ Item {
id: inputLabel
anchors.top: parent.top
anchors.left: parent.left
- anchors.topMargin: 2 * scaleRatio
- font.family: MoneroComponents.Style.fontLight.name
+ font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: labelFontSize
font.bold: labelFontBold
textFormat: Text.RichText