chat : restyle the scroll-to-bottom button to match tab styling

Assisted-by: pi
This commit is contained in:
Aleksander Grygier
2026-08-20 18:14:00 +02:00
committed by GitHub
parent 8bcd025902
commit 1723443567
@@ -14,6 +14,6 @@
tooltip="Scroll to bottom"
size="lg"
iconSize={ICON_CLASS_DEFAULT}
class="h-9 w-9 rounded-full bg-accent text-accent-foreground absolute bottom-4 shadow-md"
class="h-9 w-9 rounded-full bg-muted/60 border border-border/50 shadow-sm text-accent-foreground absolute bottom-4"
/>
</div>