diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-08-05 19:22:59 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-08-05 20:56:32 +0200 |
| commit | eef3f8a3ac5a506a5a0d405ac253185ce6cdd270 (patch) | |
| tree | e785a25ccd7a16bc5367ff6b47682fa372c9345c /components/HistoryTableInnerColumn.qml | |
| parent | 2671cd926c4c86f7967439daceca211ddfaffde3 (diff) | |
| download | monzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.tar.gz monzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.tar.xz monzero-gui-eef3f8a3ac5a506a5a0d405ac253185ce6cdd270.zip | |
Lighten up the grey colors a bit
Diffstat (limited to 'components/HistoryTableInnerColumn.qml')
| -rw-r--r-- | components/HistoryTableInnerColumn.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/HistoryTableInnerColumn.qml b/components/HistoryTableInnerColumn.qml index 8a8acbe7..566c2466 100644 --- a/components/HistoryTableInnerColumn.qml +++ b/components/HistoryTableInnerColumn.qml @@ -53,7 +53,7 @@ Rectangle{ font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 14 * scaleRatio text: labelHeader - color: MoneroComponents.Style.greyFontColor + color: MoneroComponents.Style.dimmedFontColor } Text { @@ -77,7 +77,7 @@ Rectangle{ label2.color = MoneroComponents.Style.defaultFontColor; } onExited: { - label1.color = MoneroComponents.Style.greyFontColor; + label1.color = MoneroComponents.Style.dimmedFontColor label2.color = MoneroComponents.Style.dimmedFontColor; } onClicked: { |
