feat: card day grid

This commit is contained in:
Kyle Gill
2019-03-29 00:13:16 -06:00
parent e1af351b67
commit 2c983ad475
2 changed files with 47 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ const JournalHeading = styled.h2`
margin-top: ${SIZES.medium};
`;
const JournalEntryArea = styled.textarea`
font-family: sans-serif;
flex-grow: 0.8;
color: ${props => props.theme.colors.primary};
caret-color: ${props => props.theme.colors.secondary};