Add MarkdownShortcuts

This commit is contained in:
Tom Moor
2017-09-28 23:18:15 -07:00
parent 4d60b79717
commit be47baf2fd
9 changed files with 105 additions and 20 deletions

View File

@ -3,6 +3,7 @@ import styled from 'styled-components';
import { color } from 'styles/constants';
const HelpText = styled.p`
margin-top: 0;
color: ${color.slateDark};
`;