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:
parent
ad0824b7e3
commit
2d68d8f74c
|
@ -19,7 +19,7 @@
|
||||||
min-height: unset;
|
min-height: unset;
|
||||||
.chat-composer.is-focused & {
|
.chat-composer.is-focused & {
|
||||||
border-color: var(--primary-low);
|
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 {
|
&__input-container {
|
||||||
|
@ -38,8 +38,9 @@
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
margin-inline: 0.7rem;
|
margin-inline: 0.7rem;
|
||||||
padding: 0.425em 0.5em;
|
padding: 0.5rem;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
|
line-height: 0;
|
||||||
|
|
||||||
.is-send-enabled.is-focused & {
|
.is-send-enabled.is-focused & {
|
||||||
background-color: var(--tertiary-high);
|
background-color: var(--tertiary-high);
|
||||||
|
|
Loading…
Reference in New Issue