From 456bfadc77f59313b656bcc804156d4e9cba93e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saltuk=20Osmanl=C4=B1o=C4=9Flu?= <59335100+saltukosmanlioglu@users.noreply.github.com> Date: Sat, 30 Dec 2023 01:33:12 +0300 Subject: [PATCH] fix: alignment sendButton --- src/styles.module.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles.module.css b/src/styles.module.css index c306a77..62427b1 100644 --- a/src/styles.module.css +++ b/src/styles.module.css @@ -294,6 +294,9 @@ background-color: transparent; border: 0; cursor: pointer; + display: flex; + align-items: center; + justify-content: center; } .chatFooter form .buttonSend svg {