customizable background and font colors#26
customizable background and font colors#26nksnny wants to merge 3 commits intoAwesome-React-Modules:masterfrom
Conversation
yellowwoods12
left a comment
There was a problem hiding this comment.
Could you please provide a description of your changes
|
I added a file named theme which inputs color. |
yellowwoods12
left a comment
There was a problem hiding this comment.
@nikhil7sunny Kindly provide a codepen or a sandbox link of your implementation. It doesn't look correct.
test-server/src/Theme.js
Outdated
| render() { | ||
| return ( | ||
| <div className="App" > | ||
| <form action="/action_page.php" onChange = {(e) => this.submitbackground(e)} > |
There was a problem hiding this comment.
@nikhil7sunny Why is there a php script called here?
There was a problem hiding this comment.
I will remove the php script ,i forgot to remove it earlier. I am adding my codepen link
here : https://codepen.io/__nikhil7sunny__/pen/yLYmzzJ
There was a problem hiding this comment.
@nikhil7sunny Codepen link isn't working. Please check.
|
https://gist.github.com/nikhil7sunny/1c34132ec72cc1e599991b455740f583 |
arpit9667
left a comment
There was a problem hiding this comment.
@nikhil7sunny The third option i.e. to choose the background-color from the dropdown is not working. Please take a look at that. I guess you have already implemented it by giving a color picker option, so maybe you can remove that dropdown.
No description provided.