We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91e989 commit 7cc139aCopy full SHA for 7cc139a
src/TestCOmponent1.js
@@ -130,6 +130,7 @@ export function TestCOmponent1(props)
130
}
131
132
//styling using react dynamically using react
133
+ // To read more about styling using react refer this https://www.w3schools.com/react/react_css.asp
134
const styles = {
135
backgroundColor: props.darkMode ? "#222222": "#cccccc"
136
0 commit comments