Skip to content

Commit

Permalink
resolves decimal issue and CSS bug in export button
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Apr 19, 2019
1 parent 3014fbd commit ed0d046
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/TransactionHistory/TransactionHistory.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

svg {
path {
fill: var(--header-bar-default-icon-color);
fill: var(--header-bar-default-icon-color) !important;
}
}
}
2 changes: 2 additions & 0 deletions app/core/nep5.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const getDefaultTokens = async (): Promise<Array<TokenItemType>> => {
tokenData.symbol,
tokenData.networks['1'].hash,
MAIN_NETWORK_ID,
tokenData.networks['1'].name,
tokenData.networks['1'].decimals,
tokenData.networks['1'],
),
),
Expand Down

0 comments on commit ed0d046

Please sign in to comment.