Skip to content

Commit

Permalink
make text brighter
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Jan 20, 2024
1 parent a6d7261 commit d6cc257
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/blog/PostDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const PostDetails = ({ post }: { post: BlogPost }) => {

return (
<div className="pb-10">
<p className="text-xl text-th-fgd-2 my-8">{postDescription}</p>
<p className="text-xl text-th-fgd-3 my-8">{postDescription}</p>
{author ? (
<div className="flex items-center space-x-2">
{authorProfileImage?.src ? (
Expand Down
2 changes: 1 addition & 1 deletion app/components/rich-text/RichText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const Bold = ({ children }) => (
)

const Text = ({ children }) => (
<p className="mb-4 text-lg" style={{ lineHeight: '1.8rem' }}>
<p className="mb-4 text-lg text-th-fgd-3" style={{ lineHeight: '1.8rem' }}>
{children}
</p>
)
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.tsbuildinfo

Large diffs are not rendered by default.

1 comment on commit d6cc257

@vercel
Copy link

@vercel vercel bot commented on d6cc257 Jan 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.