diff --git a/packages/bolt/app/components/chat/BaseChat.tsx b/packages/bolt/app/components/chat/BaseChat.tsx index f72e2a00..bb0c011f 100644 --- a/packages/bolt/app/components/chat/BaseChat.tsx +++ b/packages/bolt/app/components/chat/BaseChat.tsx @@ -106,7 +106,7 @@ export const BaseChat = React.forwardRef( disabled={input.length === 0 || enhancingPrompt} className={classNames({ 'opacity-100!': enhancingPrompt, - 'text-accent! pr-1.5': promptEnhanced, + 'text-accent! pr-1.5 enabled:hover:bg-accent/12!': promptEnhanced, })} onClick={() => enhancePrompt?.()} > diff --git a/packages/bolt/app/components/ui/IconButton.tsx b/packages/bolt/app/components/ui/IconButton.tsx index 42ecac25..43f076b4 100644 --- a/packages/bolt/app/components/ui/IconButton.tsx +++ b/packages/bolt/app/components/ui/IconButton.tsx @@ -38,7 +38,7 @@ export const IconButton = memo( return (