Skip to content

Commit

Permalink
Update color and logo robonomics (polkadot-js#6807)
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4tim authored Jan 10, 2022
1 parent d764c79 commit 7184f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/apps-config/src/ui/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const nodePontem = '#A92FAC';
const nodePrism = 'linear-gradient(45deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%)';
const nodeRealis = '#000000';
const nodeRiochain = '#1A3BB3';
const nodeRobonomics = '#2949d3';
const nodeSora = '#2D2926';
const nodeStafi = '#00F3AB';
const nodeSubDAO = 'linear-gradient(50deg, #F20092 0%, #FF4D5D 100%)';
Expand Down Expand Up @@ -329,6 +330,7 @@ export const chainColors: Record<string, string> = Object.entries({
'ReAlis Network': nodeRealis,
'RioChain CC-1': chainRiochain,
'Riochain Staging': chainRiochain,
Robonomics: nodeRobonomics,
Rococo: chainRocco,
Sakura: chainSakura,
Shadow: chainShadow,
Expand Down
1 change: 1 addition & 0 deletions packages/apps-config/src/ui/logos/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ export const chainLogos = Object.entries({
'ReAlis Network': nodeRealis,
'RioChain CC-1': nodeRiochain,
'RioChain Staging': nodeRiochain,
Robonomics: nodeRobonomics,
Rococo: chainRococo,
Sherpax: nodeSherpax,
'Sherpax Testnet': nodeSherpax,
Expand Down

0 comments on commit 7184f8f

Please sign in to comment.