mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 15:26:33 +00:00
fix(RunCode): update component with custom classes for background and hover states
This commit is contained in:
parent
02b75be71d
commit
4b0d238d37
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user