adjust button size

This commit is contained in:
miloschwartz
2026-04-12 12:24:52 -07:00
parent 5f79e8ebbd
commit b5e239d1ad
5 changed files with 10 additions and 10 deletions

View File

@@ -352,9 +352,9 @@ export default function PendingSitesTable({
<Link
href={`/${originalRow.orgId}/settings/remote-exit-nodes/${originalRow.remoteExitNodeId}`}
>
<Button variant="outline">
<Button variant="outline" size="sm">
{originalRow.exitNodeName}
<ArrowUpRight className="ml-2 h-4 w-4" />
<ArrowUpRight className="ml-2 h-3 w-3" />
</Button>
</Link>
);