aboutsummaryrefslogtreecommitdiff
path: root/components/HistoryTableInnerColumn.qml
diff options
context:
space:
mode:
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: {