Allow help text select
This commit is contained in:
@ -3,7 +3,6 @@ import styled from 'styled-components';
|
|||||||
import { color } from 'styles/constants';
|
import { color } from 'styles/constants';
|
||||||
|
|
||||||
const HelpText = styled.p`
|
const HelpText = styled.p`
|
||||||
user-select: none;
|
|
||||||
color: ${color.slateDark};
|
color: ${color.slateDark};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user