Fix textarea placeholder color
This commit is contained in:
parent
b3b17013bf
commit
5ff89aff8e
1 changed files with 0 additions and 4 deletions
|
@ -224,10 +224,6 @@ const StyledTextarea = styled(MantineTextarea)<TextareaProps>`
|
||||||
& .mantine-Textarea-input {
|
& .mantine-Textarea-input {
|
||||||
color: var(--input-fg);
|
color: var(--input-fg);
|
||||||
background: var(--input-bg);
|
background: var(--input-bg);
|
||||||
|
|
||||||
&::placeholder {
|
|
||||||
color: var(--input-placeholder-fg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
& .mantine-Textarea-icon {
|
& .mantine-Textarea-icon {
|
||||||
|
|
Reference in a new issue