diff --git a/src/components/File/NewNote.tsx b/src/components/File/NewNote.tsx index 7b158fe8..2ada1cfb 100644 --- a/src/components/File/NewNote.tsx +++ b/src/components/File/NewNote.tsx @@ -35,22 +35,28 @@ const NewNoteComponent: React.FC = ({ } return ( -
-
- - [Close] - +
+
+
+

Create New Note

+ +
setFileName(e.target.value)} onKeyPress={handleKeyPress} - placeholder="Name" + placeholder="Note Name" /> diff --git a/src/components/TitleBar.tsx b/src/components/TitleBar.tsx index fac1ac63..09e57af2 100644 --- a/src/components/TitleBar.tsx +++ b/src/components/TitleBar.tsx @@ -24,11 +24,8 @@ const TitleBar: React.FC = ({ setIsModalOpen(!isModalOpen); }; return ( -
-
+
+
{/* */}