Skip to content

Instantly share code, notes, and snippets.

@bengrunfeld
Created March 25, 2021 16:01
Show Gist options
  • Save bengrunfeld/689233811f828b690a68777b809f6b27 to your computer and use it in GitHub Desktop.
Save bengrunfeld/689233811f828b690a68777b809f6b27 to your computer and use it in GitHub Desktop.
Styled Components and Themeing
export const theme = {
colors: {
black: "#000",
blue: "#0000FF",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment