diff options
| author | mmbyday <bromark@protonmail.com> | 2018-12-03 17:54:44 -0500 |
|---|---|---|
| committer | mmbyday <bromark@protonmail.com> | 2018-12-04 13:29:50 -0500 |
| commit | 4bfd8560cd5408c60a16f8977c75a59620f686a3 (patch) | |
| tree | 0ed87b00e9f26c3ed70bcbaef923d1f459d396fc /components/Style.qml | |
| parent | 9f6b4334a19f3172a28b718da31222ded1f28254 (diff) | |
| download | monzero-gui-4bfd8560cd5408c60a16f8977c75a59620f686a3.tar.gz monzero-gui-4bfd8560cd5408c60a16f8977c75a59620f686a3.tar.xz monzero-gui-4bfd8560cd5408c60a16f8977c75a59620f686a3.zip | |
Enable clipboard copy functionality on XMR amounts
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/Style.qml b/components/Style.qml index f57dcfe4..9c6fded4 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -9,6 +9,9 @@ QtObject { property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/Roboto-Regular.ttf"; } property string grey: "#404040" + property string orange: "#FF6C3C" + property string white: "#FFFFFF" + property string green: "#2EB358" property string defaultFontColor: "white" property string dimmedFontColor: "#BBBBBB" |
