diff --git a/src/qml/controls/AccountDelegate.qml b/src/qml/controls/AccountDelegate.qml index f583b5d..64cfbfd 100644 --- a/src/qml/controls/AccountDelegate.qml +++ b/src/qml/controls/AccountDelegate.qml @@ -51,6 +51,7 @@ ItemDelegate { display: AbstractButton.IconOnly flat: true icon.source: "qrc:/icons/refresh.svg" + icon.color: Theme.palette.textSecondary font.pixelSize: Theme.typography.secondaryText padding: 4 onClicked: root.getBalanceRequested(model.address || "") diff --git a/src/qml/controls/LogosCopyButton.qml b/src/qml/controls/LogosCopyButton.qml index 034c5dc..3a29cb5 100644 --- a/src/qml/controls/LogosCopyButton.qml +++ b/src/qml/controls/LogosCopyButton.qml @@ -16,6 +16,7 @@ Button { icon.source: root.iconSource icon.width: 24 icon.height: 24 + icon.color: Theme.palette.textSecondary function reset() { iconSource = "qrc:/icons/copy.svg"