Skip to content

Commit cc4b727

Browse files
Merge pull request #670 from rishabhsharma1997/master
Component updates in learning-Path and Note
2 parents 3baffa0 + a25a09a commit cc4b727

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/custom/LearningCard/style.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { styled } from '@mui/material/styles';
22
import { BLACK, ONYX_BLACK, SILVER_GRAY, WHITE } from '../../theme';
33

44
const CardWrapper = styled('div')({
5-
maxWidth: '28rem',
6-
minHeight: '16rem',
5+
width: '28rem',
6+
height: '16rem',
77
margin: 'auto',
88
borderRadius: '1rem'
99
});

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)