diff --git a/src/custom/Note/Note.tsx b/src/custom/Note/Note.tsx index a90b495e..09eef230 100644 --- a/src/custom/Note/Note.tsx +++ b/src/custom/Note/Note.tsx @@ -12,8 +12,8 @@ const NoteWrapper = styled('div')(({ type, theme }) => ({ background: '#212529', color: 'inherit', marginTop: '2rem', - width: '80%', - height: '80%', + width: '100%', + height: '100%', marginBottom: '2rem', padding: '0.5rem 1rem', borderRadius: 0,