diff --git a/static/js/emailLibrary.js b/static/js/emailLibrary.js index 77c144026..1a5ff70f1 100644 --- a/static/js/emailLibrary.js +++ b/static/js/emailLibrary.js @@ -5402,9 +5402,18 @@ function _showAiReplyChoice(btn, em, data) { 'border-radius:7px', 'box-shadow:0 8px 24px rgba(0,0,0,.28)', ].join(';'); + // Fast = lightning bolt (already used as a 'fast' glyph elsewhere in the app). + // Full = layered concentric circles to suggest "more, deeper" — not a fully + // filled circle so it reads as a complement to the lightning, not as a "stop". menu.innerHTML = ` - - + + `; menu.addEventListener('click', async (ev) => { const choice = ev.target.closest('[data-mode]');