From 142e7da6a5c0f97307fbf8874567540cbf5cd781 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 13 Sep 2020 20:26:38 -0700 Subject: [PATCH] fix: Placeholder style --- app/scenes/Document/components/Editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/scenes/Document/components/Editor.js b/app/scenes/Document/components/Editor.js index dc12d90a2..385fe8a84 100644 --- a/app/scenes/Document/components/Editor.js +++ b/app/scenes/Document/components/Editor.js @@ -148,6 +148,7 @@ const Title = styled(Textarea)` &::placeholder { color: ${(props) => props.theme.placeholder}; + -webkit-text-fill-color: ${(props) => props.theme.placeholder}; } `;