Allow help text select

This commit is contained in:
Jori Lallo
2017-09-10 22:38:20 -07:00
parent 8cce45035f
commit f3112d1393

View File

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