Skip to content

Commit 5a14acf

Browse files
fix: playground heading matching theme (#1662)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 976070d commit 5a14acf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/components/Package/Playgrounds.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@ function focusMenuItem(index: number) {
119119

120120
<template>
121121
<section v-if="links.length > 0" class="px-1">
122-
<h2
123-
id="playgrounds-heading"
124-
class="text-xs font-mono text-fg-subtle uppercase tracking-wider text-white mb-3"
125-
>
122+
<h2 id="playgrounds-heading" class="text-xs font-mono text-fg uppercase tracking-wider mb-3">
126123
{{ $t('package.playgrounds.title') }}
127124
</h2>
128125

0 commit comments

Comments
 (0)