feature: update task details design

This commit is contained in:
Jordan Knott
2020-04-12 17:45:51 -05:00
parent c250ce574b
commit 16eb9e165f
24 changed files with 903 additions and 89 deletions

View File

@ -106,5 +106,9 @@ export default createGlobalStyle`
touch-action: manipulation;
}
textarea {
resize: none;
}
${mixin.placeholderColor(color.textLight)}
`;