We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0bc5f9 commit 9b4764eCopy full SHA for 9b4764e
core-concepts/themes.mdx
@@ -17,7 +17,7 @@ export const ThemeCard = ({ title, value, description, href }) => {
17
<h4 className="text-base font-medium text-gray-900 dark:text-gray-200">{title}</h4>
18
<label className="text-sm text-gray-500 dark:text-gray-400">"{value}"</label>
19
</div>
20
- <div class="mt-1 prose-sm prose-gray mb-2">{description}</div>
+ <div class="mt-1 prose-sm prose-gray mb-2 text-gray-500 dark:text-gray-400">{description}</div>
21
<div className="flex items-center gap-1 mt-2 text-green-600 group-hover:text-green-800 dark:text-green-500 dark:group-hover:text-green-400">
22
<span className="text-sm font-medium">
23
See preview
0 commit comments