Przeglądaj źródła

Remove brightness luminosity

sbkwgh 8 lat temu
rodzic
commit
1df45422be
1 zmienionych plików z 1 dodań i 1 usunięć
  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,