mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-07-04 17:30:52 +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="relative flex justify-center">
|
||||
<div className="relative flex overflow-hidden rounded">
|
||||
<RunCode />
|
||||
<RunCode className="bg-muted text-muted-foreground hover:bg-muted/50" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user