@@ -66,7 +66,7 @@ const RighEditor = ({ value, onChange }) => {
})
}, [])
return (
- <div className="h-200px rounded-2px leading-200px border border-hex-d9d9d9">
+ <div className="h-200px leading-200px ">
<div ref={ref} />
</div>
)