fix: button sizes

This commit is contained in:
Austin Pickett 2026-04-28 13:11:47 -04:00
parent 1285172aca
commit 912590a143
6 changed files with 35 additions and 4 deletions

View file

@ -342,6 +342,7 @@ export function ChatSidebar({ channel, className }: ChatSidebarProps) {
{error && (
<Button
size="sm"
outlined
className="mt-1"
onClick={reconnect}