fixed status badge size
This commit is contained in:
parent
581879f5f6
commit
7d6feef999
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export const StatusBadge = ({ status, className }: StatusBadgeProps) => {
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
{status === "processing" && (
|
{status === "processing" && (
|
||||||
<AnimatedProcessingIcon className="text-current h-4 w-4 shrink-0" />
|
<AnimatedProcessingIcon className="text-current h-3 w-3 shrink-0" />
|
||||||
)}
|
)}
|
||||||
{config.label}
|
{config.label}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue