mirror of
https://litchi.icu/ngc2207/judge.git
synced 2025-05-18 20:46:34 +00:00
style: update code editor UI spacing and theme configuration
This commit is contained in:
parent
93d8e592cc
commit
4476348bcb
@ -18,9 +18,9 @@ function App() {
|
||||
|
||||
return (
|
||||
<div className="h-screen bg-[#282c34] dark overflow-hidden">
|
||||
<Tabs defaultValue="code-editor" className="h-full pt-2">
|
||||
<ScrollArea>
|
||||
<TabsList className="gap-1 bg-transparent px-4">
|
||||
<Tabs defaultValue="code-editor" className="h-full mt-2">
|
||||
<ScrollArea className="border-b border-[#3e4452]">
|
||||
<TabsList className="gap-1 bg-transparent px-4 mb-2">
|
||||
<TabsTrigger
|
||||
value="code-editor"
|
||||
className="rounded-full data-[state=active]:bg-primary data-[state=active]:text-primary-foreground data-[state=active]:shadow-none"
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { SupportedEditorLanguage } from "@/constants/languages";
|
||||
|
||||
export const DEFAULT_EDITOR_THEME = "vitesse-dark";
|
||||
export const DEFAULT_EDITOR_THEME = "one-dark-pro";
|
||||
|
||||
export const DEFAULT_EDITOR_LANGUAGE: SupportedEditorLanguage = "c";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user