react-sketch
react-sketch copied to clipboard
Change text color
Right now the text color doesn't change when I change Line Color or Fill Color in the example app. Is there any possibility I can do so?
yes, we can change the text color by using the below code.
addText = () => this._sketch.addText(this.state.text, {fill: '#dedede', fontStyle: "italic", editable: true});