Skip to content

Commit 4bd3686

Browse files
Add nexchange color to demo partner bar charts
Use n.exchange's primary brand indigo (#1D31B6) for its bars in the demo reporting UI. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d20329e commit 4bd3686

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/demo/partners.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ export default {
9797
type: 'fiat',
9898
color: '#7214F5'
9999
},
100+
nexchange: {
101+
type: 'swap',
102+
color: '#1D31B6'
103+
},
100104
paybis: {
101105
type: 'fiat',
102106
color: '#FFB400'

0 commit comments

Comments
 (0)