mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
fix(dashboard): fix temperature component for Safari
This commit is contained in:
parent
987a2da1a7
commit
731b184e76
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ export const DEFAULT_THEME = {
|
||||||
base: null,
|
base: null,
|
||||||
variables: {
|
variables: {
|
||||||
|
|
||||||
temperature: ['#42db7d'],
|
// Safari fix
|
||||||
|
temperature: ['#42db7d', '#42db7d'],
|
||||||
|
|
||||||
solar: {
|
solar: {
|
||||||
gradientLeft: '#42db7d',
|
gradientLeft: '#42db7d',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue