Skip to content

Commit

Permalink
Not BG-Yellow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajajus001 authored Mar 31, 2024
1 parent f91304e commit d44464a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export function ConfigEditor(props: ConfigEditorProps) {
});
}, [monaco]);
return (
<div className="h-screen w-screen bg-yellow-500 bg-opacity-50 dark:bg-opacity-70 backdrop-blur p-4 ">
<div className="flex flex-col gap-2 h-full shadow-md p-2 rounded-lg bg-yellow-50 bg-opacity-20">
<div className="h-screen w-screen bg-black-500 bg-opacity-50 dark:bg-opacity-70 backdrop-blur p-4 ">
<div className="flex flex-col gap-2 h-full shadow-md p-2 rounded-lg bg-black-50 bg-opacity-20">
<div className="flex-grow rounded-lg overflow-clip ">
<Editor
defaultLanguage="json"
Expand Down

0 comments on commit d44464a

Please sign in to comment.