mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-27 09:59:21 +02:00
Radix, request methods, and theme stuff
This commit is contained in:
@@ -7,5 +7,5 @@ interface Props {
|
||||
|
||||
export default function Editor(props: Props) {
|
||||
const { ref } = useCodeMirror({ value: props.value });
|
||||
return <div ref={ref} className="m-0 text-sm rounded-lg bg-gray-800 overflow-hidden" />;
|
||||
return <div ref={ref} className="m-0 text-sm overflow-hidden" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user