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 dbfb68f commit d3524caCopy full SHA for d3524ca
src/components/data/SoftwareDownloadButton.svelte
@@ -141,7 +141,7 @@
141
>
142
<div class="px-4 py-3">
143
<div class="flex flex-wrap items-center gap-2 font-medium">
144
- <span>{entry[1].name}</span>
+ <span class="text-gray-700 dark:text-gray-300">{entry[1].name}</span>
145
{#if entry[0] === "application"}
146
<span class="rounded-full bg-yellow-200/80 px-2 py-0.5 text-xs text-yellow-800">Recommended</span>
147
{/if}
0 commit comments