refactor(recovery): match workload item badge density

This commit is contained in:
rcourtman 2026-03-28 23:23:37 +00:00
parent 10bb9d5ac5
commit 795cbdd4e7
7 changed files with 25 additions and 4 deletions

View file

@ -471,7 +471,7 @@ export const RecoveryProtectedInventorySection: Component<
</div>
<div class="flex flex-wrap items-center gap-1.5 text-[10px] md:hidden">
<Show when={itemTypePresentation?.label}>
<span class={itemTypePresentation?.badgeClasses}>
<span class={itemTypePresentation?.tableBadgeClasses}>
{itemTypePresentation?.label}
</span>
</Show>
@ -496,7 +496,7 @@ export const RecoveryProtectedInventorySection: Component<
when={itemTypePresentation}
fallback={<span class="text-muted"></span>}
>
<span class={itemTypePresentation?.badgeClasses}>
<span class={itemTypePresentation?.tableBadgeClasses}>
{itemTypePresentation?.label}
</span>
</Show>