Skip to content

Commit e5574f2

Browse files
Alex KrawiecAlex Krawiec
authored andcommitted
Update dark mode text color
1 parent e3bae5a commit e5574f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/changelog/docsChangelog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function DocsChangelog() {
6565
{entry.title.replace('Docs Update: ', '')}
6666
</a>
6767
</h3>
68-
<div className="flex flex-wrap items-center gap-3 text-sm text-gray-600">
68+
<div className="flex flex-wrap items-center gap-3 text-sm text-gray-600 dark:[color:rgb(210,199,218)]">
6969
<time dateTime={entry.publishedAt}>
7070
{date.toLocaleDateString('en-US', {
7171
year: 'numeric',
@@ -84,7 +84,7 @@ export async function DocsChangelog() {
8484
</div>
8585
</header>
8686

87-
<p className="mb-4 text-gray-700">{entry.description}</p>
87+
<p className="mb-4 text-gray-700 dark:[color:rgb(210,199,218)]">{entry.description}</p>
8888

8989
{entry.filesChanged && totalFiles > 0 && (
9090
<details className="text-sm">

0 commit comments

Comments
 (0)