fix(ui): make provider icon fill its square in note modal

This commit is contained in:
alejandrobailo
2026-07-03 11:48:20 +02:00
parent 99f945cb9a
commit 45a8b5d698
@@ -147,9 +147,9 @@ export function FindingNoteModal({
</div>
<div className="border-border-neutral-secondary flex items-center gap-4 rounded-lg border p-3">
<div className="bg-bg-neutral-tertiary flex size-9 shrink-0 items-center justify-center rounded-lg">
<div className="bg-bg-neutral-tertiary flex size-9 shrink-0 items-center justify-center overflow-hidden rounded-lg">
{findingContext.providerType ? (
<ProviderTypeIcon type={findingContext.providerType} size={22} />
<ProviderTypeIcon type={findingContext.providerType} size={36} />
) : (
<span className="text-text-neutral-secondary text-xs font-semibold">
{findingContext.provider?.slice(0, 3).toUpperCase() ?? "—"}