This commit is contained in:
Jori Lallo
2017-09-10 17:28:37 -04:00
parent 86a1792c8a
commit 2cfe36dd35
3 changed files with 116 additions and 103 deletions

View File

@ -24,7 +24,7 @@ const RealInput = styled.input`
background: none;
&::placeholder {
color: ${color.slateLight};
color: ${color.slate};
}
`;