Skip to content

Commit 62f9a50

Browse files
committed
update dark mode text color
1 parent f7faab2 commit 62f9a50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: src/pages/profile/index.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ const ProfilePage: React.FC = () => {
135135
<div className="grid grid-cols-5 gap-4">
136136
<div className="col-span-2 flex flex-col gap-4">
137137
<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">
138-
<p className="text-xl font-bold text-gray-800">Intro</p>
138+
<p className="text-xl font-bold text-gray-800 dark:text-gray-300">
139+
Intro
140+
</p>
139141
<div className="flex flex-col items-center gap-2">
140142
<div className="flex flex-col items-center">
141143
<p className="text-sm">Silence among noise</p>

0 commit comments

Comments
 (0)