diff --git a/components/roundtable/presentation-speech-overlay.tsx b/components/roundtable/presentation-speech-overlay.tsx index e143f54c..bdbc0d23 100644 --- a/components/roundtable/presentation-speech-overlay.tsx +++ b/components/roundtable/presentation-speech-overlay.tsx @@ -307,7 +307,7 @@ export function PresentationBubbleCard({ buttonState && buttonState !== 'none' && (() => { - const barsColor = bubble.role === 'agent' ? 'bg-blue-500' : 'bg-purple-500'; + const barsColor = bubble.role === 'agent' ? '#3b82f6' : '#a855f7'; if (buttonState === 'play') { return ( @@ -353,16 +353,25 @@ export function PresentationBubbleCard({ {/* Breathing bars — visible by default, hidden on hover */}
{/* Pause icon on hover */}