diff --git a/frontend/src/components/pages/main/ChannelView.svelte b/frontend/src/components/pages/main/ChannelView.svelte index d74017d..1a66ef8 100644 --- a/frontend/src/components/pages/main/ChannelView.svelte +++ b/frontend/src/components/pages/main/ChannelView.svelte @@ -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); }