mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(temp): fix temperature chart for default theme
This commit is contained in:
parent
5b5066089e
commit
a473517b52
1 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,13 @@ export const DEFAULT_THEME = {
|
|||
variables: {
|
||||
|
||||
// Safari fix
|
||||
temperature: ['#42db7d', '#42db7d'],
|
||||
temperature: [
|
||||
'#42db7d',
|
||||
'#42db7d',
|
||||
'#42db7d',
|
||||
'#42db7d',
|
||||
'#42db7d',
|
||||
],
|
||||
|
||||
solar: {
|
||||
gradientLeft: '#42db7d',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue