diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-08-14 16:15:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-08-14 16:15:31 -0500 |
| commit | 3483b8dbec4d723262861ce91ca175647494c287 (patch) | |
| tree | ce1e2d78aeffa643e92584bda42c88b612eb695d /components/HistoryTableInnerColumn.qml | |
| parent | eece475fb8daa572df03352fe3950a7d950fc1ce (diff) | |
| parent | 034f83bfb3982bce8203fbda933248810f673868 (diff) | |
| download | monzero-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.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: { |
