Skip to content
Snippets Groups Projects
Commit 080defb5 authored by RMidhunSuresh's avatar RMidhunSuresh
Browse files

Add outline to MessageComposer

parent a3a2c113
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,11 @@ todo: this style should actually be in hydrogen-web
left: 0;
}
#chatterbox .MessageComposer_input:focus-within {
outline: 1px solid #5C56F5;
box-shadow: 0px 0px 0px 4px rgba(92, 86, 245, 0.1);
}
.AccountSetupView {
display: flex;
flex-direction: column;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment