UX: small colour change to chat composer insert button (#28904)

This commit is contained in:
chapoi 2024-09-17 03:31:55 +02:00 committed by GitHub
parent 54cf00ba78
commit 0923f5e3a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.chat-composer-dropdown__trigger-btn:hover {
cursor: default;
.d-icon {
color: var(--primary-low-mid);
color: var(--primary-high);
}
}
}
@ -16,7 +16,7 @@
.d-icon {
padding: 5px;
transition: transform 0.1s ease-in-out;
background: var(--secondary-very-high);
background: var(--primary-low);
border-radius: 100%;
}