Changing color

This commit is contained in:
Axel 2021-12-28 00:06:23 +01:00
parent 84ec4847d9
commit 234547a903
2 changed files with 4 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -260,17 +260,12 @@
fill: { fill: {
type: 'gradient', type: 'gradient',
gradient: { gradient: {
shade: 'dark', //shade: 'dark',
shadeIntensity: 1, shadeIntensity: 1,
type: 'vertical', type: 'vertical',
opacityFrom: 1, opacityFrom: 1,
opacityTo: 1, opacityTo: 1,
colorStops: [ colorStops: [
{
offset: 0,
color: "#EB656F",
opacity: 1
},
{ {
offset: 20, offset: 20,
color: "#FAD375", color: "#FAD375",
@ -280,7 +275,8 @@
offset: 40, offset: 40,
color: "#61DBC3", color: "#61DBC3",
opacity: 1 opacity: 1
}] }
]
} }
} }
} }