chore(codeAreaModal): improve code readability by formatting JSX code and adding class names for positioning

The code in the codeAreaModal component has been formatted to improve readability. Additionally, class names have been added to the Input component to position it correctly on the page.
This commit is contained in:
cristhianzl 2023-10-11 08:32:16 -03:00
commit 0e0eea3ad9

View file

@ -144,7 +144,11 @@ export default function CodeAreaModal({
/>
</BaseModal.Header>
<BaseModal.Content>
<Input value={code} className="absolute left-[500%]" id="codeValue" />
<Input
value={code}
className="absolute left-[500%] top-[500%]"
id="codeValue"
/>
<div className="flex h-full w-full flex-col transition-all">
<div className="h-full w-full">
<AceEditor