Skip to content

Commit 26bd612

Browse files
authored
fix: playground heading not matching theme
1 parent 9b2b2b0 commit 26bd612

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/Package/Playgrounds.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function focusMenuItem(index: number) {
121121
<section v-if="links.length > 0" class="px-1">
122122
<h2
123123
id="playgrounds-heading"
124-
class="text-xs font-mono text-fg-subtle uppercase tracking-wider text-white mb-3"
124+
class="text-xs font-mono text-fg uppercase tracking-wider mb-3"
125125
>
126126
{{ $t('package.playgrounds.title') }}
127127
</h2>

0 commit comments

Comments
 (0)