From eef3f8a3ac5a506a5a0d405ac253185ce6cdd270 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sun, 5 Aug 2018 19:22:59 +0200 Subject: Lighten up the grey colors a bit --- components/HistoryTableInnerColumn.qml | 4 ++-- components/Style.qml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'components') 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: { diff --git a/components/Style.qml b/components/Style.qml index 21a27f7c..bf0a5084 100644 --- a/components/Style.qml +++ b/components/Style.qml @@ -11,7 +11,6 @@ QtObject { property string grey: "#404040" property string defaultFontColor: "white" - property string greyFontColor: "#808080" property string dimmedFontColor: "#BBBBBB" property string inputBoxBackground: "black" property string inputBoxBackgroundError: "#FFDDDD" -- cgit v1.2.3