Skip to content

Instantly share code, notes, and snippets.

@bharat-tiwari
Created May 5, 2019 23:30
Show Gist options
  • Save bharat-tiwari/b24b5a4f92e21c4ab6d8ec820abdf1c8 to your computer and use it in GitHub Desktop.
Save bharat-tiwari/b24b5a4f92e21c4ab6d8ec820abdf1c8 to your computer and use it in GitHub Desktop.
import styled from "@emotion/styled";
export const ContentsDiv = styled("div")`
background-color: ${props => props.theme.contentsBG || "#666"};
color: ${props => props.theme.normalText || "#ddd"};
padding: 10px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment