Browse Source

Give the chat text input surrounding a background color

pull/2507/head
Gabe Kangas 3 years ago
parent
commit
fb1aca165f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 3
      web/components/chat/ChatTextField/ChatTextField.module.scss

3
web/components/chat/ChatTextField/ChatTextField.module.scss

@ -6,8 +6,9 @@ @@ -6,8 +6,9 @@
bottom: 0px;
width: 100%;
padding: 2px 0.1vw;
padding: 4px 0.1vw;
overflow-x: hidden;
background-color: var(--theme-color-palette-3);
.inputWrap {
position: relative;

Loading…
Cancel
Save