Change the default font size in code editor to be 12 (#1021)
This commit is contained in:
@@ -23,7 +23,7 @@ function CodeEditor({
|
||||
language,
|
||||
className,
|
||||
readOnly = false,
|
||||
fontSize = 8,
|
||||
fontSize = 12,
|
||||
}: Props) {
|
||||
const extensions =
|
||||
language === "json"
|
||||
|
||||
@@ -41,6 +41,7 @@ function DataSchema({ value, onChange }: Props) {
|
||||
// TODO
|
||||
}}
|
||||
className="nowheel nopan"
|
||||
fontSize={8}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user