chore: Removed theme specific bg color for code snippet 2f305c65
Steve · 2025-05-05 16:43 1 file(s) · +1 −1
docs/components/Landing.tsx +1 −1
23 23
        </div>
24 24
25 25
        <div className="w-full">
26 -
          <div className="relative w-full rounded-lg bg-zinc-100 dark:bg-zinc-800 p-4 overflow-hidden">
26 +
          <div className="relative w-full rounded-lg bg-zinc-800 p-4 overflow-hidden">
27 27
            <pre className="text-sm font-mono">
28 28
              <code>bun create bhvr@latest</code>
29 29
            </pre>