diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2017-12-27 00:53:21 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:02 +0100 |
| commit | cf2791a246c68bff6664843733ff661335db3d79 (patch) | |
| tree | 545a81d716cbb6be8725202dde0a908ce17d4722 /components/Style.qml | |
| parent | c28d2daf20126a3293627fb250ca6356f092b130 (diff) | |
| download | monzero-gui-cf2791a246c68bff6664843733ff661335db3d79.tar.gz monzero-gui-cf2791a246c68bff6664843733ff661335db3d79.tar.xz monzero-gui-cf2791a246c68bff6664843733ff661335db3d79.zip | |
New history page, including the mobile version.
Diffstat (limited to 'components/Style.qml')
| -rw-r--r-- | components/Style.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/components/Style.qml b/components/Style.qml index 5e1dd26f..ffe9c194 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -8,7 +8,11 @@ QtObject { property QtObject fontLight: FontLoader { id: _fontLight; source: "qrc:/fonts/SFUIDisplay-Light.otf"; } property QtObject fontRegular: FontLoader { id: _fontRegular; source: "qrc:/fonts/SFUIDisplay-Regular.otf"; } + property string grey: "#404040" + property string defaultFontColor: "white" + property string greyFontColor: "#808080" + property string dimmedFontColor: "#BBBBBB" property string inputBoxBackground: "black" property string inputBoxBackgroundError: "#FFDDDD" property string inputBoxColor: "white" @@ -17,7 +21,6 @@ QtObject { property string buttonBackgroundColorHover: "#E65E00" property string buttonBackgroundColorDisabled: "#707070" property string buttonBackgroundColorDisabledHover: "#808080" - property string buttonTextColor: "white" property string buttonTextColorDisabled: "black" property string dividerColor: "white" |
