From e071576765bb464eaba4b59e44a19dd55b421d68 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 27 Jan 2026 15:05:27 -0600 Subject: [PATCH] Adjust padding to raise text in status pills (3px top / 5px bottom) Text was sitting too low, reducing top padding and increasing bottom to push text upward for visual centering. Co-Authored-By: Claude Opus 4.5 --- frontend/components/PDFReport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/PDFReport.tsx b/frontend/components/PDFReport.tsx index a899d3f..61d719c 100755 --- a/frontend/components/PDFReport.tsx +++ b/frontend/components/PDFReport.tsx @@ -75,7 +75,7 @@ const RagStatusBadge: React.FC<{ status: RagStatus }> = ({ status }) => { } return ( - + {status} );