mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-24 17:52:33 +00:00
💄 shrink button
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user