From 45a8b5d698127d9089d9e3a0cad001b3e2a8c6da Mon Sep 17 00:00:00 2001 From: alejandrobailo Date: Fri, 3 Jul 2026 11:48:20 +0200 Subject: [PATCH] fix(ui): make provider icon fill its square in note modal --- ui/components/findings/table/finding-note-modal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/components/findings/table/finding-note-modal.tsx b/ui/components/findings/table/finding-note-modal.tsx index 5c1b3db4bf..219838cef9 100644 --- a/ui/components/findings/table/finding-note-modal.tsx +++ b/ui/components/findings/table/finding-note-modal.tsx @@ -147,9 +147,9 @@ export function FindingNoteModal({
-
+
{findingContext.providerType ? ( - + ) : ( {findingContext.provider?.slice(0, 3).toUpperCase() ?? "—"}