1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +12:00

Update default gradients slightly

This commit is contained in:
Andrew Kingston 2021-05-07 13:13:34 +01:00
parent 78f9f801ce
commit 93b4a3bd78

View file

@ -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