Love this, but I can't seem to override the white circle color. Here is what my component looks like:
<FacePile numFaces={3} circleStyle={{borderColor:'#333'}} faces={faces} />}
The component renders the facepile just fine, but the avatar border color is still white instead of #333. Am I doing it wrong?
Love this, but I can't seem to override the white circle color. Here is what my component looks like:
<FacePile numFaces={3} circleStyle={{borderColor:'#333'}} faces={faces} />}The component renders the facepile just fine, but the avatar border color is still white instead of #333. Am I doing it wrong?