small tweaks (#46)

This commit is contained in:
Jordan Vidrine
2025-03-12 12:27:56 -05:00
committed by GitHub
parent d85097774f
commit 7fe1b87f82
3 changed files with 25 additions and 14 deletions
+8
View File
@@ -47,3 +47,11 @@ body.has-full-page-chat {
.chat-composer__wrapper {
background: var(--d-content-background);
}
.chat-message-actions .more-buttons .btn-icon-text {
&:hover {
background-color: var(--d-selected);
box-shadow: none;
color: var(--primary);
}
}