fix
This commit is contained in:
parent
8576006aaf
commit
b17dc7c6d5
|
@ -115,9 +115,9 @@ watch([qrCodeEl, avatarHsl, url], () => {
|
||||||
type: 'linear',
|
type: 'linear',
|
||||||
rotation: 1, // radian
|
rotation: 1, // radian
|
||||||
colorStops: [
|
colorStops: [
|
||||||
{ offset: 0, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 6)`).toRgbString() },
|
{ offset: 0, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 25)`).toRgbString() },
|
||||||
{ offset: 0.5, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 18)`).toRgbString() },
|
{ offset: 0.5, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 18)`).toRgbString() },
|
||||||
{ offset: 1, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 25)`).toRgbString() },
|
{ offset: 1, color: tinycolor(`hsl(${avatarHsl.value.h}, 100, 6)`).toRgbString() },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
type: 'classy-rounded',
|
type: 'classy-rounded',
|
||||||
|
|
Loading…
Reference in New Issue