fix(temp): fix temperature chart for default theme

This commit is contained in:
Dmitry Nehaychik 2017-09-20 17:48:35 +03:00 committed by KostyaDanovsky
parent 5b5066089e
commit a473517b52

View file

@ -4,7 +4,13 @@ export const DEFAULT_THEME = {
variables: {
// Safari fix
temperature: ['#42db7d', '#42db7d'],
temperature: [
'#42db7d',
'#42db7d',
'#42db7d',
'#42db7d',
'#42db7d',
],
solar: {
gradientLeft: '#42db7d',