diff options
Diffstat (limited to 'components/WarningBox.qml')
| -rw-r--r-- | components/WarningBox.qml | 1 |
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 |
