Skip to content

Commit

Permalink
Updated colors for Test and Dev networks (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdaJane committed Aug 30, 2023
1 parent f0ff6cb commit b767e7c
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@ export const NetworkList: Networks = {
// },
// colors: {
// primary: {
// light: 'rgb(211, 48, 121)',
// dark: 'rgb(211, 48, 121)',
// light: '#9fccaa',
// dark: '#9fccaa',
// },
// secondary: {
// light: '#552bbf',
// dark: '#6d39ee',
// light: '#9fccaa',
// dark: '#9fccaa',
// },
// stroke: {
// light: 'rgb(211, 48, 121)',
// dark: 'rgb(211, 48, 121)',
// light: '#9fccaa',
// dark: '#9fccaa',
// },
// transparent: {
// light: 'rgb(211, 48, 121, 0.05)',
// dark: 'rgb(211, 48, 121, 0.05)',
// },
// pending: {
// light: 'rgb(211, 48, 121, 0.33)',
// dark: 'rgb(211, 48, 121, 0.33)',
// light: '#9fccaa',
// dark: '#9fccaa',
// },
// },
// subscanEndpoint: 'http://127.0.0.1:4399',
Expand Down Expand Up @@ -90,24 +90,24 @@ export const NetworkList: Networks = {
},
colors: {
primary: {
light: 'rgb(211, 48, 121)',
dark: 'rgb(211, 48, 121)',
light: '#9fccaa',
dark: '#9fccaa',
},
secondary: {
light: '#552bbf',
dark: '#6d39ee',
light: '#9fccaa',
dark: '#9fccaa',
},
stroke: {
light: 'rgb(211, 48, 121)',
dark: 'rgb(211, 48, 121)',
light: '#9fccaa',
dark: '#9fccaa',
},
transparent: {
light: 'rgb(211, 48, 121, 0.05)',
dark: 'rgb(211, 48, 121, 0.05)',
},
pending: {
light: 'rgb(211, 48, 121, 0.33)',
dark: 'rgb(211, 48, 121, 0.33)',
light: '#9fccaa',
dark: '#9fccaa',
},
},
subscanEndpoint: 'https://subscan-testnet.creditcoin.network/',
Expand Down Expand Up @@ -142,24 +142,24 @@ export const NetworkList: Networks = {
},
colors: {
primary: {
light: 'rgb(211, 48, 121)',
dark: 'rgb(211, 48, 121)',
light: '#9fccaa',
dark: '#9fccaa',
},
secondary: {
light: '#552bbf',
dark: '#6d39ee',
light: '#9fccaa',
dark: '#9fccaa',
},
stroke: {
light: 'rgb(211, 48, 121)',
dark: 'rgb(211, 48, 121)',
light: '#9fccaa',
dark: '#9fccaa',
},
transparent: {
light: 'rgb(211, 48, 121, 0.05)',
dark: 'rgb(211, 48, 121, 0.05)',
},
pending: {
light: 'rgb(211, 48, 121, 0.33)',
dark: 'rgb(211, 48, 121, 0.33)',
light: '#9fccaa',
dark: '#9fccaa',
},
},
subscanEndpoint: 'http://127.0.0.1:4399',
Expand Down

0 comments on commit b767e7c

Please sign in to comment.