mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-12 08:32:34 +01:00
refactor(temperature): update js theme
This commit is contained in:
parent
658c5921e2
commit
77dc3ab83d
8 changed files with 31 additions and 38 deletions
|
|
@ -47,13 +47,12 @@ export const CORPORATE_THEME = {
|
|||
name: 'corporate',
|
||||
base: 'default',
|
||||
variables: {
|
||||
temperature: [
|
||||
'#ffa36b',
|
||||
'#ffa36b',
|
||||
'#ff9e7a',
|
||||
'#ff9888',
|
||||
'#ff8ea0',
|
||||
],
|
||||
temperature: {
|
||||
arcFill: [ '#ffa36b', '#ffa36b', '#ff9e7a', '#ff9888', '#ff8ea0' ],
|
||||
arcEmpty: theme.bg2,
|
||||
thumbBg: theme.bg2,
|
||||
thumbBorder: '#ffa36b',
|
||||
},
|
||||
|
||||
solar: {
|
||||
gradientLeft: '#ff8ea0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue