UX: Update Ask AI highlight styling (#560)

This commit is contained in:
Keegan George 2024-04-07 10:30:59 -07:00 committed by GitHub
parent 969fbae21e
commit 55d6e1cdf8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
}
.ai-helper-highlighted-selection {
color: var(--tertiary);
background-color: var(--highlight-low);
}
// AI Typing indicator (taken from: https://github.com/nzbin/three-dots)