Skip to content

Commit

Permalink
Update dark text
Browse files Browse the repository at this point in the history
  • Loading branch information
drewlyton committed Aug 19, 2023
1 parent 5b887d3 commit 7f1964e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/emails/NewPostNewsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ export function NewPostNewsletter({
className="rounded-t-md"
width={"100%"}
/>
<Text className="text-xl px-5 font-bold text-black">
<Text className="text-xl px-5 font-bold text-black dark:text-white">
{story.title}
</Text>
<Text className="px-5 text-base text-black">
<Text className="px-5 text-base text-black dark:text-white">
{story.description}
</Text>
</div>
Expand Down

0 comments on commit 7f1964e

Please sign in to comment.