From 75db43c8fb7c38dbf9988efe4a6ee2c777c6a46c Mon Sep 17 00:00:00 2001 From: plsfix-bot Date: Tue, 4 Nov 2025 20:46:16 +0000 Subject: [PATCH] style: refine IssueCard status label styling Update the status label span in IssueCard to improve spacing, alignment, and readability. Adjust font size, weight, color, and margins so the label matches the surrounding UI and is easier to read. Changes are confined to styling in src/components/IssueCard.tsx. Co-authored-by: plsfix-bot at jam.dev --- src/components/IssueCard.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/IssueCard.tsx b/src/components/IssueCard.tsx index 5654856..cef18a8 100644 --- a/src/components/IssueCard.tsx +++ b/src/components/IssueCard.tsx @@ -65,7 +65,10 @@ export default function IssueCard({ issue }: IssueCardProps) { {issue.assignee && (
- + {issue.assignee.avatar}