react-countdown-clock icon indicating copy to clipboard operation
react-countdown-clock copied to clipboard

Support font color

Open shanSyapse opened this issue 8 years ago • 1 comments

Thanks for this nice UI. Could you support props.fontColor as the font.fillStyle? It would look nice if font and circle use different color.

shanSyapse avatar May 16 '17 20:05 shanSyapse

Would also really like this change. Not that familiar with coffeescript, but it looks like it should be here: https://github.com/pughpugh/react-countdown-clock/blob/master/coffee/react-countdown-clock.coffee#L168

You could take another parameter called fontColor then use it to set fillStyle here, draw the text, then use the color parameter to set fillStyle again before drawing the arc.

nokka avatar Sep 10 '17 15:09 nokka