diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-07 17:33:46 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:01 +0100 |
| commit | 868fbe2f2d19681c84c432b472e86328c7c6e61d (patch) | |
| tree | 386d8186d5ce2a86223fadf0f33863b32a5a27b8 /components/InputMulti.qml | |
| parent | 22792df5cdafec98da0a6045ee7c0f81ebed5ce2 (diff) | |
| download | monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.gz monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.tar.xz monzero-gui-868fbe2f2d19681c84c432b472e86328c7c6e61d.zip | |
Move default font color to Style.qml
Diffstat (limited to 'components/InputMulti.qml')
| -rw-r--r-- | components/InputMulti.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InputMulti.qml b/components/InputMulti.qml index 3bc194fd..0f030f2d 100644 --- a/components/InputMulti.qml +++ b/components/InputMulti.qml @@ -41,7 +41,7 @@ TextArea { font.bold: true horizontalAlignment: TextInput.AlignLeft selectByMouse: true - color: "white" + color: Style.defaultFontColor wrapMode: Text.WrapAnywhere onTextChanged: { if(addressValidation){ |
