From 24150ab221e9e7c0fdd87dd88e12b49a0b13fbff Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 27 Jan 2026 15:16:49 -0600 Subject: [PATCH] Adjust padding to 2px top / 6px bottom to raise text More bottom padding pushes text upward in the badge. 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 c456d8a..d675bb3 100755 --- a/frontend/components/PDFReport.tsx +++ b/frontend/components/PDFReport.tsx @@ -75,7 +75,7 @@ const RagStatusBadge: React.FC<{ status: RagStatus }> = ({ status }) => { } return ( - + {status} );