Skip to content

Commit 2d3ea9d

Browse files
committed
fix broken svg github icon fill icon for dark mode
1 parent ae15164 commit 2d3ea9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/routes/package/[name]/components/heading.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ export const Heading: Component<{ name: string; formattedName: string }> = props
207207
</svg>
208208
{props.name && (
209209
<a
210-
class="relative inline-block scale-90 transition-opacity hover:opacity-70 sm:scale-100"
210+
class="relative inline-block scale-90 transition-opacity hover:opacity-70 sm:scale-100 fill-current"
211211
href={`${GITHUB_REPO}/tree/main/packages/${props.name}`}
212212
target="_blank"
213213
rel="noopener"

0 commit comments

Comments
 (0)