fix(RunCode): update component with custom classes for background and hover states

This commit is contained in:
cfngc4594 2025-03-10 23:10:56 +08:00
parent 02b75be71d
commit 4b0d238d37

View File

@ -38,7 +38,7 @@ export function PlaygroundHeader({
<div className="absolute left-0 right-0 top-0 h-full mx-auto py-2"> <div className="absolute left-0 right-0 top-0 h-full mx-auto py-2">
<div className="relative flex justify-center"> <div className="relative flex justify-center">
<div className="relative flex overflow-hidden rounded"> <div className="relative flex overflow-hidden rounded">
<RunCode /> <RunCode className="bg-muted text-muted-foreground hover:bg-muted/50" />
</div> </div>
</div> </div>
</div> </div>