fix tests
This commit is contained in:
parent
dad461f407
commit
1eb96182bb
3 changed files with 2 additions and 5 deletions
|
@ -50,7 +50,6 @@ export default {
|
|||
y: 4,
|
||||
blur: 6,
|
||||
spread: 3,
|
||||
inset: false,
|
||||
color: '#000000',
|
||||
alpha: 0.3
|
||||
}]
|
||||
|
|
|
@ -22,7 +22,6 @@ export default {
|
|||
y: 1,
|
||||
blur: 3,
|
||||
spread: 0,
|
||||
inset: false,
|
||||
color: '#000000',
|
||||
alpha: 0.4
|
||||
},
|
||||
|
@ -31,9 +30,9 @@ export default {
|
|||
y: 1,
|
||||
blur: 0,
|
||||
spread: 0,
|
||||
inset: true,
|
||||
color: '#ffffff',
|
||||
alpha: 0.2
|
||||
alpha: 0.2,
|
||||
inset: true
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ export default {
|
|||
y: 2,
|
||||
blur: 7,
|
||||
spread: 0,
|
||||
inset: false,
|
||||
color: '#000000',
|
||||
alpha: 0.3
|
||||
}]
|
||||
|
|
Loading…
Add table
Reference in a new issue