Merge branch 'side-nav' of github.com:blockworks-foundation/mango-ui-v3 into side-nav

This commit is contained in:
saml33 2022-06-22 21:46:18 +10:00
commit 249cf3cfe1
1 changed files with 8 additions and 0 deletions

View File

@ -183,6 +183,14 @@ const TVChartContainer = () => {
timezone: Intl.DateTimeFormat().resolvedOptions().timeZone,
'paneProperties.background':
theme === 'Dark' ? '#101012' : theme === 'Light' ? '#fff' : '#141026',
'paneProperties.vertGridProperties.color':
theme === 'Dark' ? '#101012' : theme === 'Light' ? '#fff' : '#141026',
'paneProperties.horzGridProperties.color':
theme === 'Dark'
? '#1B1B1F'
: theme === 'Light'
? '#f7f7f7'
: '#1D1832',
...chartStyleOverrides,
},
}