Make chat text input background the same color as chat bg

This commit is contained in:
Gabe Kangas 2023-01-18 20:23:50 -08:00
parent 7ba91404cc
commit a567f8543e
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -8,7 +8,7 @@
padding: 4px 0.1vw;
overflow-x: hidden;
background-color: var(--theme-color-palette-3);
background-color: var(--theme-color-components-chat-background);
.inputWrap {
position: relative;