aboutsummaryrefslogtreecommitdiff
path: root/components/PasswordDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/PasswordDialog.qml')
-rw-r--r--components/PasswordDialog.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/components/PasswordDialog.qml b/components/PasswordDialog.qml
index dabf233a..10c5a571 100644
--- a/components/PasswordDialog.qml
+++ b/components/PasswordDialog.qml
@@ -85,9 +85,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 {
@@ -97,14 +97,14 @@ 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
echoMode: TextInput.Password
KeyNavigation.tab: okButton
bottomPadding: 10
leftPadding: 10
topPadding: 10
- color: Style.defaultFontColor
+ color: MoneroComponents.Style.defaultFontColor
background: Rectangle {
radius: 2