Add extra text-sm

This commit is contained in:
Ian Philips 2022-08-23 07:55:26 -06:00
parent 1c73d21925
commit bea94d58c5

View File

@ -165,7 +165,7 @@ function NotificationsList(props: {
if (!paginatedGroupedNotifications || !allGroupedNotifications) return <div /> if (!paginatedGroupedNotifications || !allGroupedNotifications) return <div />
return ( return (
<div className={'min-h-[100vh]'}> <div className={'min-h-[100vh] text-sm'}>
{paginatedGroupedNotifications.length === 0 && ( {paginatedGroupedNotifications.length === 0 && (
<div className={'mt-2'}> <div className={'mt-2'}>
You don't have any notifications. Try changing your settings to see You don't have any notifications. Try changing your settings to see