mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 17:34:09 +02:00
Fix textarea placeholder color
This commit is contained in:
@@ -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 New Issue
Block a user