Skip to content

Commit 7cc139a

Browse files
author
abhashkumar
committed
styling in react
1 parent b91e989 commit 7cc139a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TestCOmponent1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export function TestCOmponent1(props)
130130
}
131131

132132
//styling using react dynamically using react
133+
// To read more about styling using react refer this https://www.w3schools.com/react/react_css.asp
133134
const styles = {
134135
backgroundColor: props.darkMode ? "#222222": "#cccccc"
135136
}

0 commit comments

Comments
 (0)