Explorar o código

Remove brightness luminosity

sbkwgh %!s(int64=8) %!d(string=hai) anos
pai
achega
1df45422be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      models/user.js

+ 1 - 1
models/user.js

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