mirror of
https://github.com/outline/outline.git
synced 2026-04-23 10:39:14 -05:00
fix: Placeholder style
This commit is contained in:
@@ -148,6 +148,7 @@ const Title = styled(Textarea)`
|
||||
|
||||
&::placeholder {
|
||||
color: ${(props) => props.theme.placeholder};
|
||||
-webkit-text-fill-color: ${(props) => props.theme.placeholder};
|
||||
}
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user