mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 10:50:38 +09:00
Refine issue markdown typography
This commit is contained in:
parent
3a003e11cc
commit
c2c63868e9
3 changed files with 117 additions and 2 deletions
|
|
@ -661,7 +661,7 @@ export function IssueDetail() {
|
|||
value={issue.description ?? ""}
|
||||
onSave={(description) => updateIssue.mutate({ description })}
|
||||
as="p"
|
||||
className="text-sm text-muted-foreground"
|
||||
className="text-[15px] leading-7 text-foreground"
|
||||
placeholder="Add a description..."
|
||||
multiline
|
||||
mentions={mentionOptions}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue