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