aboutsummaryrefslogtreecommitdiff
path: root/components/TextBlock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/TextBlock.qml')
-rw-r--r--components/TextBlock.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/TextBlock.qml b/components/TextBlock.qml
index 875a4bf7..e06c6ae9 100644
--- a/components/TextBlock.qml
+++ b/components/TextBlock.qml
@@ -1,10 +1,10 @@
import QtQuick 2.0
-import "." 1.0
+import "../components" as MoneroComponents
TextEdit {
- color: Style.defaultFontColor
- font.family: Style.fontRegular.name
+ color: MoneroComponents.Style.defaultFontColor
+ font.family: MoneroComponents.Style.fontRegular.name
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true