mirror of
https://github.com/logos-blockchain/logos-blockchain-ui.git
synced 2026-04-01 08:53:06 +00:00
fix: icon colors
This commit is contained in:
parent
06fc30b59e
commit
48c8fc37f9
@ -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 || "")
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user