Polish
This commit is contained in:
10
frontend/components/HelpText/HelpText.js
Normal file
10
frontend/components/HelpText/HelpText.js
Normal file
@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
import { color } from 'styles/constants';
|
||||
|
||||
const HelpText = styled.p`
|
||||
user-select: none;
|
||||
color: ${color.slateDark};
|
||||
`;
|
||||
|
||||
export default HelpText;
|
Reference in New Issue
Block a user