@@ -9,7 +9,7 @@ module.exports = (sequelize, DataTypes) => {
color: {
type: DataTypes.STRING,
defaultValue () {
- return randomColor()
+ return randomColor({ luminosity: 'bright' })
}
},
hash: DataTypes.STRING,