From 2d68d8f74c0f40a42c9629c64f62a054f3a03180 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:46:55 +0200 Subject: [PATCH] UX: Chat > send btn alignment + hardcoded value fix (#25836) * UX: chat > fix alignment of svg icon in send button * fix forgotten hardcoded value --- plugins/chat/assets/stylesheets/mobile/chat-composer.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/chat/assets/stylesheets/mobile/chat-composer.scss b/plugins/chat/assets/stylesheets/mobile/chat-composer.scss index 1a68336c79f..97d83154c93 100644 --- a/plugins/chat/assets/stylesheets/mobile/chat-composer.scss +++ b/plugins/chat/assets/stylesheets/mobile/chat-composer.scss @@ -19,7 +19,7 @@ min-height: unset; .chat-composer.is-focused & { border-color: var(--primary-low); - box-shadow: 0px 0px 2px 0px rgba(10, 173, 255, 0.5); + box-shadow: 0 0 2px 0 rgba(var(--tertiary-rgb), 0.95); } } &__input-container { @@ -38,8 +38,9 @@ height: auto; width: auto; margin-inline: 0.7rem; - padding: 0.425em 0.5em; + padding: 0.5rem; border-radius: 100%; + line-height: 0; .is-send-enabled.is-focused & { background-color: var(--tertiary-high);