aboutsummaryrefslogtreecommitdiff
path: root/components/WarningBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/WarningBox.qml')
-rw-r--r--components/WarningBox.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/WarningBox.qml b/components/WarningBox.qml
index 9ea868eb..c71b896a 100644
--- a/components/WarningBox.qml
+++ b/components/WarningBox.qml
@@ -7,6 +7,7 @@ import "." as MoneroComponents
Rectangle {
id: root
property alias text: content.text
+ property alias textColor: content.color
property int fontSize: 15 * scaleRatio
Layout.fillWidth: true