Skip to content

Commit

Permalink
refactor: colors constants removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Valazan committed Nov 8, 2023
1 parent 319b8c8 commit 47a9538
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type { WalletSource } from '@vechain/wallet-kit';
import { Colors } from './colors';

interface SourceInfo {
name: string;
Expand Down Expand Up @@ -31,14 +30,8 @@ export const WalletSources: Record<WalletSource, SourceInfo> = {

export const lightTheme = {
mode: 'LIGHT',
backgroundColor: Colors.White,
textColor: Colors.DarkGray,
modalButtonBackgroundColor: Colors.LightGray,
};

export const darkTheme = {
mode: 'DARK',
backgroundColor: Colors.Dark,
textColor: Colors.White,
modalButtonBackgroundColor: Colors.DarkGray,
};

This file was deleted.

0 comments on commit 47a9538

Please sign in to comment.