mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-05-19 18:35:18 +02:00
scroll button size
This commit is contained in:
parent
96e6b79f77
commit
363088dc66
1 changed files with 2 additions and 2 deletions
|
|
@ -292,7 +292,7 @@ export const ConversationScrollButton = ({
|
||||||
!isAtBottom && (
|
!isAtBottom && (
|
||||||
<Button
|
<Button
|
||||||
className={cn(
|
className={cn(
|
||||||
"absolute bottom-6 left-[50%] z-10 h-14 w-14 translate-x-[-50%] rounded-full border border-border/70 bg-background/95 text-foreground shadow-lg backdrop-blur-sm transition hover:bg-background",
|
"absolute bottom-6 left-[50%] z-10 h-12 w-12 translate-x-[-50%] rounded-full border border-border/70 bg-background/95 text-foreground shadow-lg backdrop-blur-sm transition hover:bg-background",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
aria-label="Scroll to latest message"
|
aria-label="Scroll to latest message"
|
||||||
|
|
@ -301,7 +301,7 @@ export const ConversationScrollButton = ({
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
{...props}
|
{...props}
|
||||||
>
|
>
|
||||||
<ArrowDownIcon className="size-7" strokeWidth={1.75} />
|
<ArrowDownIcon className="size-6" strokeWidth={1.75} />
|
||||||
</Button>
|
</Button>
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue