font weights

This commit is contained in:
Oliver Bryan
2026-01-11 22:50:29 +00:00
parent 5fc055d76a
commit 5609f76a91
3 changed files with 24 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ export function IssueDetailPane({
<div className="flex flex-col">
<div className="flex flex-row items-center justify-end border-b h-[25px]">
<span className="w-full">
<p className="text-sm w-fit px-1">
<p className="text-sm w-fit px-1 font-700">
{issueID(project.Project.key, issueData.Issue.number)}
</p>
</span>