Update default gradients slightly
This commit is contained in:
parent
78f9f801ce
commit
93b4a3bd78
|
@ -2,8 +2,8 @@ export const gradient = (node, config = {}) => {
|
||||||
const defaultConfig = {
|
const defaultConfig = {
|
||||||
points: 10,
|
points: 10,
|
||||||
saturation: 0.8,
|
saturation: 0.8,
|
||||||
lightness: 0.75,
|
lightness: 0.7,
|
||||||
softness: 0.8,
|
softness: 0.9,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Applies a gradient background
|
// Applies a gradient background
|
||||||
|
|
Loading…
Reference in New Issue