Skip to content

Commit

Permalink
Task #PS-1656 : UI improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1434shinde committed Sep 30, 2024
1 parent b91ca46 commit 0a9a0d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/user-profile/[userId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,8 @@ const TeacherProfile: React.FC<TeacherProfileProp> = ({
sx={{
fontSize: '14px',
lineHeight: '20px',
minWidth: '100%',
width: '100%',
minWidth: '182px',
padding: '10px 24px 10px 16px',
gap: '8px',
borderRadius: '100px',
Expand All @@ -455,6 +456,7 @@ const TeacherProfile: React.FC<TeacherProfileProp> = ({
textAlign: 'center',
color: theme.palette.warning.A200,
border: `1px solid #4D4639`,
maxWidth: '40%',
}}
onClick={handleOpenAddLearnerModal}
>
Expand Down

0 comments on commit 0a9a0d0

Please sign in to comment.