Remove outline/highlight shadow from chat header

This commit is contained in:
Jamie
2026-01-07 12:30:19 -08:00
committed by GitHub
parent a500ee9a0f
commit 66e46b750a
2 changed files with 41 additions and 25 deletions

View File

@@ -332,7 +332,7 @@ export const ConversationHeader = memo(function ConversationHeader({
>
{measureRef => (
<div
className={tw('flex flex-col shadow-elevation-1')}
className={tw('flex flex-col shadow-elevation-1 shadow-no-outline')}
ref={measureRef}
>
<div