Add css style

Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
RMidhunSuresh 2021-10-29 15:11:34 +05:30
parent 16bec0a656
commit 3a6e74ae1c

View file

@ -536,7 +536,7 @@ a {
margin-left: 12px;
}
.MessageComposer_input > input {
.MessageComposer_input > textarea {
padding: 0 16px;
border: none;
border-radius: 24px;
@ -544,6 +544,10 @@ a {
height: 48px;
font-size: 14px;
font-family: "Inter", sans-serif;
resize: none;
flex: 1;
padding: 14px;
box-sizing: border-box;
}
.MessageComposer_input > button.send {