diff --git a/packages/bolt/app/components/chat/BaseChat.tsx b/packages/bolt/app/components/chat/BaseChat.tsx index f72e2a0..bb0c011 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 42ecac2..43f076b 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 (