Fix scroll-to-bottom button hover fill#1182
Fix scroll-to-bottom button hover fill#1182cosminpsk wants to merge 4 commits intopingdotgg:mainfrom
Conversation
Fix scroll-to-bottom button hover fill
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
|
Nice! Quick win |
Summary
Why
The previous hover styling made the floating pill read as transparent or visually unstable. This change gives it a more solid, predictable hover surface.
before
Screen.Recording.2026-03-18.at.12.51.49.AM.mov
after
Screen.Recording.2026-03-18.at.12.52.18.AM.mov
Validation
Note
Fix hover background color on scroll-to-bottom button in chat view
Changes the hover style on the 'Scroll to bottom' pill in ChatView.tsx from
hover:bg-accenttohover:bg-muted-background.Macroscope summarized 2e9d8cc.