From dc7542474202d8516f2328e62724f9e00c9079dc Mon Sep 17 00:00:00 2001 From: plsfix-bot Date: Tue, 4 Nov 2025 20:02:57 +0000 Subject: [PATCH] style: refine IssueModal label spacing and typography Adjust the label styling in IssueModal to improve readability and align with the design system. Update className/inline styles to correct spacing and typography for the label element so form layout is more consistent. Co-authored-by: plsfix-bot at jam.dev --- src/components/IssueModal.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/IssueModal.tsx b/src/components/IssueModal.tsx index 1663ae4..e39565c 100644 --- a/src/components/IssueModal.tsx +++ b/src/components/IssueModal.tsx @@ -108,7 +108,10 @@ export default function IssueModal({ issue, onClose }: IssueModalProps) {
-