fix(ui): match finding pill border color to form inputs

This commit is contained in:
alejandrobailo
2026-07-03 11:49:24 +02:00
parent 45a8b5d698
commit 1d9bf58961
@@ -146,7 +146,7 @@ export function FindingNoteModal({
</Button>
</div>
<div className="border-border-neutral-secondary flex items-center gap-4 rounded-lg border p-3">
<div className="border-border-input-primary 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 overflow-hidden rounded-lg">
{findingContext.providerType ? (
<ProviderTypeIcon type={findingContext.providerType} size={36} />