aboutsummaryrefslogtreecommitdiff
path: root/components/HistoryTableInnerColumn.qml
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2018-08-14 16:15:31 -0500
committerluigi1111 <luigi1111w@gmail.com>2018-08-14 16:15:31 -0500
commit3483b8dbec4d723262861ce91ca175647494c287 (patch)
treece1e2d78aeffa643e92584bda42c88b612eb695d /components/HistoryTableInnerColumn.qml
parenteece475fb8daa572df03352fe3950a7d950fc1ce (diff)
parent034f83bfb3982bce8203fbda933248810f673868 (diff)
downloadmonzero-gui-3483b8dbec4d723262861ce91ca175647494c287.tar.gz
monzero-gui-3483b8dbec4d723262861ce91ca175647494c287.tar.xz
monzero-gui-3483b8dbec4d723262861ce91ca175647494c287.zip
Merge pull request #1511
Settings overhaul (27 commits by skftn)
Diffstat (limited to 'components/HistoryTableInnerColumn.qml')
-rw-r--r--components/HistoryTableInnerColumn.qml4
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: {