@@ -15,7 +15,7 @@ const sex = ["man", "woman"];
1515const faceColor = [ "#F9C9B6" , "#AC6651" ] ;
1616const earSize = [ "small" , "big" ] ;
1717const hairColor = [ "#000" , "#fff" , "#77311D" , "#FC909F" , "#D2EFF3" , "#506AF4" , "#F48150" ] ;
18- const hairStyleMan = [ "normal" , "thick" , "mohawk" , "turban" ] ;
18+ const hairStyleMan = [ "normal" , "thick" , "mohawk" , "beanie" , " turban"] ;
1919const hairStyleWoman = [ "normal" , "womanLong" , "womanShort" ] ;
2020const eyeBrowWoman = [ "up" , "upWoman" ] ;
2121const eyeStyle = [ "circle" , "oval" , "smile" ] ;
@@ -46,7 +46,7 @@ export default class ReactNiceAvatar extends Component {
4646 faceColor : PropTypes . string ,
4747 earSize : PropTypes . oneOf ( [ "small" , "big" ] ) ,
4848 hairColor : PropTypes . string ,
49- hairStyle : PropTypes . oneOf ( [ "normal" , "thick" , "mohawk" , "womanLong" , "womanShort" , "turban" ] ) ,
49+ hairStyle : PropTypes . oneOf ( [ "normal" , "thick" , "mohawk" , "womanLong" , "womanShort" , "beanie" , " turban"] ) ,
5050 hairColorRandom : PropTypes . bool ,
5151 eyeStyle : PropTypes . oneOf ( [ "circle" , "oval" , "smile" ] ) ,
5252 glassesStyle : PropTypes . oneOf ( [ "round" , "square" , "none" ] ) ,
0 commit comments