aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/TextBlock.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/TextBlock.qml b/components/TextBlock.qml
index e06c6ae9..aec20892 100644
--- a/components/TextBlock.qml
+++ b/components/TextBlock.qml
@@ -5,6 +5,7 @@ import "../components" as MoneroComponents
TextEdit {
color: MoneroComponents.Style.defaultFontColor
font.family: MoneroComponents.Style.fontRegular.name
+ selectionColor: MoneroComponents.Style.dimmedFontColor
wrapMode: Text.Wrap
readOnly: true
selectByMouse: true