Skip to content

Commit

Permalink
fix: regression in all read ui (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
setchy committed Jun 14, 2024
1 parent b4b622f commit a1a866c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/AllRead.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const AllRead = () => {
);

return (
<div className="flex flex-col items-center justify-center bg-white p-4 text-black dark:bg-gray-dark dark:text-white">
<div className="flex flex-1 flex-col items-center justify-center bg-white p-4 text-black dark:bg-gray-dark dark:text-white">
<h1 className="mb-5 text-5xl">{emoji}</h1>

<h2 className="mb-2 text-xl font-semibold">No new notifications.</h2>
Expand Down
4 changes: 2 additions & 2 deletions src/components/__snapshots__/AllRead.test.tsx.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1a866c

Please sign in to comment.