Skip to content

Commit 6ca6ba2

Browse files
committed
fix: theming of create commands
1 parent f51e6ba commit 6ca6ba2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/pages/[...package].vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -838,11 +838,11 @@ defineOgImageComponent('Package', {
838838
</div>
839839
<div class="relative group">
840840
<!-- Terminal-style execute command -->
841-
<div class="bg-[#0d0d0d] border border-border rounded-lg overflow-hidden">
841+
<div class="bg-bg-subtle border border-border rounded-lg overflow-hidden">
842842
<div class="flex gap-1.5 px-3 pt-2 sm:px-4 sm:pt-3">
843-
<span class="w-2.5 h-2.5 rounded-full bg-[#333]" />
844-
<span class="w-2.5 h-2.5 rounded-full bg-[#333]" />
845-
<span class="w-2.5 h-2.5 rounded-full bg-[#333]" />
843+
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
844+
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
845+
<span class="w-2.5 h-2.5 rounded-full bg-fg-subtle" />
846846
</div>
847847
<div class="px-3 pt-2 pb-3 sm:px-4 sm:pt-3 sm:pb-4 space-y-1">
848848
<!-- Execute command -->

0 commit comments

Comments
 (0)