Skip to content

Commit

Permalink
Merge pull request #670 from rishabhsharma1997/master
Browse files Browse the repository at this point in the history
Component updates in learning-Path and Note
  • Loading branch information
captain-Akshay committed Jul 9, 2024
2 parents 3baffa0 + a25a09a commit cc4b727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/custom/LearningCard/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { styled } from '@mui/material/styles';
import { BLACK, ONYX_BLACK, SILVER_GRAY, WHITE } from '../../theme';

const CardWrapper = styled('div')({
maxWidth: '28rem',
minHeight: '16rem',
width: '28rem',
height: '16rem',
margin: 'auto',
borderRadius: '1rem'
});
Expand Down
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 cc4b727

Please sign in to comment.