refactor(ui): standardize header styles across panels; adjust button sizes and spacing for improved layout consistency

This commit is contained in:
Anish Sarkar 2026-05-04 03:06:01 +05:30
parent c1c34eb916
commit 5c77864b14
5 changed files with 37 additions and 23 deletions

View file

@ -9,8 +9,7 @@ const ChatScrollToBottom: FC = () => (
<ThreadPrimitive.ScrollToBottom asChild>
<TooltipIconButton
tooltip="Scroll to bottom"
variant="outline"
className="aui-thread-scroll-to-bottom -top-12 absolute z-10 self-center rounded-full p-4 disabled:invisible dark:bg-main-panel dark:hover:bg-accent"
className="aui-thread-scroll-to-bottom -top-12 absolute z-10 self-center rounded-full border-0 bg-muted p-4 text-foreground hover:bg-muted/80 disabled:invisible"
>
<ArrowDownIcon />
</TooltipIconButton>