Font change
This commit is contained in:
parent
dd1a419244
commit
3b52b1b7e8
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ export function Comment(props: { comment: PublicComment }): JSXElement {
|
|||
<time class="text-xs opacity-50">{creationDate()}</time>
|
||||
</div>
|
||||
)}
|
||||
<div class="">{content()}</div>
|
||||
<div class="text-base">{content()}</div>
|
||||
<div class="divider" />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue