Add extra text-sm
This commit is contained in:
parent
1c73d21925
commit
bea94d58c5
|
@ -165,7 +165,7 @@ function NotificationsList(props: {
|
|||
if (!paginatedGroupedNotifications || !allGroupedNotifications) return <div />
|
||||
|
||||
return (
|
||||
<div className={'min-h-[100vh]'}>
|
||||
<div className={'min-h-[100vh] text-sm'}>
|
||||
{paginatedGroupedNotifications.length === 0 && (
|
||||
<div className={'mt-2'}>
|
||||
You don't have any notifications. Try changing your settings to see
|
||||
|
|
Loading…
Reference in New Issue
Block a user