aboutsummaryrefslogtreecommitdiff
path: root/pages/Sign.qml
diff options
context:
space:
mode:
authormmbyday <mmbyday@protonmail.com>2018-12-27 20:50:19 -0800
committermmbyday <mmbyday@protonmail.com>2018-12-27 20:50:19 -0800
commit57556bf73c70273fd6f1793e4669b6853fadcf8b (patch)
treef9facbb455b46e366c7d52fd7e55bab8da8fa247 /pages/Sign.qml
parent48a267f631c18d3159cccfc551d72cc5aeb0df03 (diff)
downloadmonzero-gui-57556bf73c70273fd6f1793e4669b6853fadcf8b.tar.gz
monzero-gui-57556bf73c70273fd6f1793e4669b6853fadcf8b.tar.xz
monzero-gui-57556bf73c70273fd6f1793e4669b6853fadcf8b.zip
sign: fix style references
Diffstat (limited to 'pages/Sign.qml')
-rw-r--r--pages/Sign.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml
index 49b80166..c6df06a6 100644
--- a/pages/Sign.qml
+++ b/pages/Sign.qml
@@ -124,7 +124,7 @@ Rectangle {
text: qsTr("This page lets you sign/verify a message (or file contents) with your address.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
- font.family: Style.fontRegular.name
+ font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: 15 * scaleRatio
textFormat: Text.RichText
color: MoneroComponents.Style.defaultFontColor
@@ -143,7 +143,7 @@ Rectangle {
Layout.preferredWidth: (instructionsRect.width - 80) * scaleRatio
text: qsTr("Mode") + translationManager.emptyString
wrapMode: Text.Wrap
- font.family: Style.fontRegular.name
+ font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: 20 * scaleRatio
textFormat: Text.RichText
color: MoneroComponents.Style.defaultFontColor