Skip to content

Commit 7d431d8

Browse files
authored
Fix GetYourApiGameRight text color in dark mode blog posts (#6734)
1 parent 6cd036b commit 7d431d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/src/app/blog/(posts)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default function BlogPostLayout({ children }: { children: React.ReactNode
2020
{children}
2121
</div>
2222
<SimilarPosts className="mx-4 md:mx-6" />
23-
<GetYourAPIGameRightSection className="mx-4 sm:mb-6 md:mx-6" />
23+
<GetYourAPIGameRightSection className="light text-green-1000 dark:bg-primary/95 mx-4 sm:mb-6 md:mx-6" />
2424
</LandingPageContainer>
2525
);
2626
}

0 commit comments

Comments
 (0)