Skip to content

Commit

Permalink
Merge pull request #12 from shreyas1434shinde/centerSession
Browse files Browse the repository at this point in the history
Issue #PS-1333 fix: Select Topic Sub-topic modal UI Implementation
  • Loading branch information
itsvick authored Jul 18, 2024
2 parents c5462ba + c7dc0e1 commit 4184cb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/components/LearnerAttendanceStatsListView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ const StudentsStatsList: React.FC<StudentsStatsListProps> = ({
// color={theme.palette.text.primary}
color={textColor}
textAlign="center"
ml={'15px'}
>
{presentPercent}%
</Typography>
Expand All @@ -167,7 +166,6 @@ const StudentsStatsList: React.FC<StudentsStatsListProps> = ({
lineHeight="1.5rem"
color={theme.palette.text.primary}
textAlign="center"
ml={'20px'}
>
{classesMissed}
</Typography>
Expand Down
2 changes: 1 addition & 1 deletion src/styles/customTheme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const customTheme = extendTheme({
},
background: {
default: '#F3EDF7',
paper: '#F1E7D9',
paper: '#fff',
},
},
},
Expand Down

0 comments on commit 4184cb1

Please sign in to comment.