Skip to content

Commit

Permalink
fix: learning path note component
Browse files Browse the repository at this point in the history
Signed-off-by: rishabhsharma1997 <[email protected]>
  • Loading branch information
rishabhsharma1997 committed Jul 9, 2024
1 parent 257264c commit a25a09a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/Note/Note.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const NoteWrapper = styled('div')<NoteWrapperProps>(({ type, theme }) => ({
background: '#212529',
color: 'inherit',
marginTop: '2rem',
width: '80%',
height: '80%',
width: '100%',
height: '100%',
marginBottom: '2rem',
padding: '0.5rem 1rem',
borderRadius: 0,
Expand Down

0 comments on commit a25a09a

Please sign in to comment.