Skip to content

Commit

Permalink
feat(balances): move features under transact dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip London committed May 29, 2020
1 parent a2fd3c9 commit b415265
Show file tree
Hide file tree
Showing 18 changed files with 506 additions and 341 deletions.
1 change: 1 addition & 0 deletions packages/blockchain-info-components/src/Colors/DarkMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ const DarkTheme: DefaultTheme = {
// Whites
white: '#1c1c1c',
silver: '#838383',
alwaysWhite: '#FFFFFF',
// Blacks
black: lighten(0.1, '#B1B8C7'),
textBlack: '#9c9c9c',
Expand Down
2 changes: 2 additions & 0 deletions packages/blockchain-info-components/src/Colors/Default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ const Default = {
// Whites
white: '#FFFFFF',
silver: '#B1B8C7',
// alwaysWhite for darkmode
alwaysWhite: '#FFFFFF',
// Blacks
black: '#000000',
textBlack: '#121D33',
Expand Down
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.

0 comments on commit b415265

Please sign in to comment.