💄 shrink button

This commit is contained in:
Fred KISSIE
2026-05-08 02:48:47 +02:00
parent ab8fc11ab3
commit 72524db52d

View File

@@ -459,8 +459,10 @@ export default function SitesTable({
size="sm" size="sm"
variant="outline" variant="outline"
> >
<PlusIcon className="size-4 flex-none" />{" "} <PlusIcon className="size-3 flex-none" />{" "}
<span>{t("addLabelsButtonText")}</span> <span className="text-xs">
{t("addLabelsButtonText")}
</span>
</Button> </Button>
); );
} }