UX: Chat > send btn alignment + hardcoded value fix (#25836)

* UX: chat > fix alignment of svg icon in send button

* fix forgotten hardcoded value
This commit is contained in:
chapoi 2024-02-23 11:46:55 +02:00 committed by GitHub
parent ad0824b7e3
commit 2d68d8f74c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

@ -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);