We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fe932 commit 94abfabCopy full SHA for 94abfab
1 file changed
lib/letter-avatars.js
@@ -7,7 +7,7 @@ var randomcolor = require('randomcolor');
7
module.exports = function(name) {
8
var color = randomcolor({
9
seed: name,
10
- luminosity: 'dark',
+ luminosity: 'dark'
11
});
12
var letter = name.substring(0, 1).toUpperCase();
13
0 commit comments