frontend: add placeholder color for message input

This commit is contained in:
hippoz 2022-04-22 23:34:02 +03:00
parent 9bfc645a32
commit 164545bb26
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -81,6 +81,12 @@
color: currentColor;
border-radius: var(--radius-md);
padding: var(--space-sm);
font-size: inherit;
line-height: inherit;
}
.message-input::placeholder {
color: var(--foreground-color-3);
}
</style>