Skip to content

Commit

Permalink
fix(website): commandpreview bg color (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin authored Jan 30, 2025
1 parent ef8cabc commit 2a394ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/components/CommandPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const CommandPreview = React.forwardRef<HTMLDivElement, CodeBlockProps>(
<div
ref={ref}
className={cn(
'relative rounded-md bg-muted/30 py-2.5 pl-4 font-mono text-sm flex items-center border border-border overflow-hidden',
'relative rounded-md bg-[#0d1117] py-2.5 pl-4 font-mono text-sm flex items-center border border-border overflow-hidden',
className
)}
{...props}
Expand Down

0 comments on commit 2a394ec

Please sign in to comment.