style: adjust font size

This commit is contained in:
codytseng 2024-11-09 23:44:34 +08:00
parent 524c57c237
commit ad24ac3e95
17 changed files with 85 additions and 88 deletions

View file

@ -123,7 +123,7 @@ export default function NoteList({
<NoteCard key={`${i}-${event.id}`} className="w-full" event={event} />
))}
</div>
<div className="text-center text-xs text-muted-foreground mt-2">
<div className="text-center text-sm text-muted-foreground mt-2">
{hasMore ? <div ref={bottomRef}>loading...</div> : 'no more notes'}
</div>
</>