fix
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user