Merge branch 'cv-main-z5swdp'

This commit is contained in:
xintaofei
2026-03-28 14:45:24 +08:00
3 changed files with 42 additions and 26 deletions

View File

@@ -91,7 +91,7 @@ export const MessageThreadScrollButton = ({
!isAtBottom && (
<Button
className={cn(
"absolute bottom-4 left-[50%] translate-x-[-50%] rounded-full dark:bg-background dark:hover:bg-muted",
"absolute bottom-4 left-[50%] translate-x-[-50%] rounded-full bg-background/90 hover:bg-muted/90",
className
)}
onClick={handleScrollToBottom}