Skip to content

Commit a25a09a

Browse files
fix: learning path note component
Signed-off-by: rishabhsharma1997 <[email protected]>
1 parent 257264c commit a25a09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/custom/Note/Note.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const NoteWrapper = styled('div')<NoteWrapperProps>(({ type, theme }) => ({
1212
background: '#212529',
1313
color: 'inherit',
1414
marginTop: '2rem',
15-
width: '80%',
16-
height: '80%',
15+
width: '100%',
16+
height: '100%',
1717
marginBottom: '2rem',
1818
padding: '0.5rem 1rem',
1919
borderRadius: 0,

0 commit comments

Comments
 (0)