Skip to content

Commit

Permalink
Merge pull request #2171 from Emurgo/Ahmed/8732/transaction-icon
Browse files Browse the repository at this point in the history
change icon "transactions"
  • Loading branch information
vsubhuman committed Jun 16, 2021
2 parents bd188de + 8a9df8d commit 8a7e1a6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
GetBestBlockError,
GetPoolInfoApiError,
GetRewardHistoryApiError,
GetTokenInfoApiError,
GetTxHistoryForAddressesApiError,
GetTxsBodiesForUTXOsApiError,
GetUtxosForAddressesApiError,
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
& > svg > path {
fill: var(--theme-wallet-navigation-tab-text-color-active);
}
& > svg > g {
stroke: var(--theme-wallet-navigation-tab-text-color-active);
}
}
}

Expand Down

0 comments on commit 8a7e1a6

Please sign in to comment.