Fix invalid colorFrom causing build failure when duplicating space

#59

The colorFrom field, which determines one of the colours of the thumbnail gradient is currently set to an invalid colour 'white'. This causes the build to fail when duplicating the space:

image.png

Changed it to the nearest valid colour 'gray', but any of the other valid colours will fix the issue.

reach-vb changed pull request status to merged

Sign up or log in to comment