diff --git a/client/components/new-post/drag-and-drop/drag-and-drop.module.css b/client/components/new-post/drag-and-drop/drag-and-drop.module.css index c9b1695..1277720 100644 --- a/client/components/new-post/drag-and-drop/drag-and-drop.module.css +++ b/client/components/new-post/drag-and-drop/drag-and-drop.module.css @@ -19,6 +19,7 @@ border-style: dashed; outline: none; transition: border 0.24s ease-in-out; + cursor: pointer; } .error { diff --git a/client/components/new-post/title/index.tsx b/client/components/new-post/title/index.tsx index 03fe1a0..da733bd 100644 --- a/client/components/new-post/title/index.tsx +++ b/client/components/new-post/title/index.tsx @@ -29,7 +29,6 @@ const Title = ({ setTitle, title }: props) => { height={"55px"} font={1.5} label="Post title" - marginLeft={'var(--gap)'} style={{ width: "100%" }} />