Skip to content

Commit d3524ca

Browse files
committed
fix: styling for build download information
1 parent dbfb68f commit d3524ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/data/SoftwareDownloadButton.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
>
142142
<div class="px-4 py-3">
143143
<div class="flex flex-wrap items-center gap-2 font-medium">
144-
<span>{entry[1].name}</span>
144+
<span class="text-gray-700 dark:text-gray-300">{entry[1].name}</span>
145145
{#if entry[0] === "application"}
146146
<span class="rounded-full bg-yellow-200/80 px-2 py-0.5 text-xs text-yellow-800">Recommended</span>
147147
{/if}

0 commit comments

Comments
 (0)