From 080defb5ab330da25277d5bd62a3d8a5cc500297 Mon Sep 17 00:00:00 2001
From: RMidhunSuresh <hi@midhun.dev>
Date: Thu, 17 Feb 2022 17:27:47 +0530
Subject: [PATCH] Add outline to MessageComposer

---
 src/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/style.css b/src/style.css
index 452484e..f923a6e 100644
--- a/src/style.css
+++ b/src/style.css
@@ -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;
-- 
GitLab