Search for username in compose mode

This commit is contained in:
Scott Nonnenberg 2021-11-11 17:17:29 -08:00 committed by GitHub
parent 6731cc6629
commit cbae7f8ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 997 additions and 72 deletions

View file

@ -12,7 +12,7 @@
@include font-body-2;
@include light-theme {
background-color: $color-gray-02;
background-color: $color-black-alpha-08;
border: solid 1px $color-gray-02;
color: $color-gray-90;
}
@ -40,7 +40,7 @@
}
&__input {
background: inherit;
background: transparent;
border: none;
padding-left: 16px;
width: 100%;