优化会话页面滚动到底部的按钮样式

This commit is contained in:
xintaofei
2026-03-28 10:57:07 +08:00
parent 33186b2c03
commit beb6ae0226

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}