Skip to content

Commit

Permalink
update dark mode text color
Browse files Browse the repository at this point in the history
  • Loading branch information
saifulshihab committed Jun 27, 2024
1 parent f7faab2 commit 62f9a50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ const ProfilePage: React.FC = () => {
<div className="grid grid-cols-5 gap-4">
<div className="col-span-2 flex flex-col gap-4">
<div className="flex flex-col gap-4 rounded-lg bg-white p-3 text-gray-600 shadow dark:bg-neutral-800 dark:text-gray-300">
<p className="text-xl font-bold text-gray-800">Intro</p>
<p className="text-xl font-bold text-gray-800 dark:text-gray-300">
Intro
</p>
<div className="flex flex-col items-center gap-2">
<div className="flex flex-col items-center">
<p className="text-sm">Silence among noise</p>
Expand Down

0 comments on commit 62f9a50

Please sign in to comment.