aboutsummaryrefslogtreecommitdiff
path: root/components/InputDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/InputDialog.qml')
-rw-r--r--components/InputDialog.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml
index 37354b35..5119c9fc 100644
--- a/components/InputDialog.qml
+++ b/components/InputDialog.qml
@@ -81,9 +81,9 @@ Item {
Layout.fillWidth: true
font.pixelSize: 16 * scaleRatio
- font.family: Style.fontLight.name
+ font.family: MoneroComponents.Style.fontLight.name
- color: Style.defaultFontColor
+ color: MoneroComponents.Style.defaultFontColor
}
TextField {
@@ -94,13 +94,13 @@ Item {
anchors.left: parent.left
horizontalAlignment: TextInput.AlignLeft
verticalAlignment: TextInput.AlignVCenter
- font.family: Style.fontLight.name
+ font.family: MoneroComponents.Style.fontLight.name
font.pixelSize: 24 * scaleRatio
KeyNavigation.tab: okButton
bottomPadding: 10
leftPadding: 10
topPadding: 10
- color: Style.defaultFontColor
+ color: MoneroComponents.Style.defaultFontColor
background: Rectangle {
radius: 2