Skip to content

Commit

Permalink
fix: missing key in default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Aug 21, 2023
1 parent b7cb2c5 commit 615a164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/BaseChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const DEFAULT_THEME = {
'color-header-border': '#777777',
'color-header-support-background': 'linear-gradient(180deg, #4C4C4C 0%, #3B3B3B 147.34%)',
'color-graph-shadow': '#3f65c228',
'color-footer-background': '#000000',
};

export default abstract class BaseChain implements Chain {
Expand Down

0 comments on commit 615a164

Please sign in to comment.