Skip to content

Instantly share code, notes, and snippets.

@neoighodaro
Created December 5, 2017 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neoighodaro/92365796ae2cbd47737d4d5b1734f937 to your computer and use it in GitHub Desktop.
Save neoighodaro/92365796ae2cbd47737d4d5b1734f937 to your computer and use it in GitHub Desktop.
const TodoComponent = {
width: "300px",
margin: "30px auto",
backgroundColor: "#44014C",
minHeight: "200px",
boxSizing: "border-box"
}
const Header = {
padding: "10px 20px",
textAlign: "center",
color: "white",
fontSize: "22px"
}
const ErrorMessage = {
color: "white",
fontSize: "13px"
}
const styles = {
TodoComponent: TodoComponent,
Header: Header,
ErrorMessage: ErrorMessage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment