fix(web): status loading padding

This commit is contained in:
BennyKok 2023-12-21 17:57:50 +08:00
parent be0acf26fd
commit 448cb55c89

View File

@ -10,7 +10,7 @@ export function StatusBadge({
switch (status) { switch (status) {
case "running": case "running":
return ( return (
<Badge variant="secondary"> <Badge variant="secondary" className="gap-2 w-fit">
{status} <LoadingIcon /> {status} <LoadingIcon />
</Badge> </Badge>
); );