Skip to content

Commit

Permalink
refactor: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AykhanAhmadli committed Oct 5, 2023
1 parent 0885e8e commit 1372f41
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 68 deletions.
7 changes: 1 addition & 6 deletions packages/app/src/IntakeThemeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,7 @@ export const typography: TypographyOptions = {
fontFamily: textFonts.join(','),
lineHeight: '140%',
},
button: {
fontSize: 15,
fontWeight: 500,
fontFamily: textFonts.join(','),
lineHeight: '140%',
},
button: {},
caption: {
fontSize: 14,
fontWeight: 400,
Expand Down
Binary file removed packages/app/src/assets/icons/call_end.png
Binary file not shown.
10 changes: 0 additions & 10 deletions packages/app/src/assets/icons/call_end.svg

This file was deleted.

Binary file removed packages/app/src/assets/icons/chat.png
Binary file not shown.
10 changes: 0 additions & 10 deletions packages/app/src/assets/icons/chat.svg

This file was deleted.

9 changes: 0 additions & 9 deletions packages/app/src/assets/icons/doctor.svg

This file was deleted.

Binary file removed packages/app/src/assets/icons/keyboard_voice.png
Binary file not shown.
10 changes: 0 additions & 10 deletions packages/app/src/assets/icons/keyboard_voice.svg

This file was deleted.

9 changes: 0 additions & 9 deletions packages/app/src/assets/icons/patient.svg

This file was deleted.

Binary file removed packages/app/src/assets/icons/videocam.png
Binary file not shown.
10 changes: 0 additions & 10 deletions packages/app/src/assets/icons/videocam.svg

This file was deleted.

8 changes: 4 additions & 4 deletions packages/app/src/pages/CheckInPermission.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ const CheckInPermission = (): JSX.Element => {
>
ENABLE CAMERA AND MIC
</Button>
<Typography
variant="button"
color="primary.light"
<Button
variant="text"
sx={{
color: 'primary.light',
textAlign: 'center',
cursor: 'pointer',
mt: 2,
}}
onClick={continueWithoutCamMic}
>
CONTINUE WITHOUT CAMERA AND MIC
</Typography>
</Button>
</Box>
</Box>
</Box>
Expand Down

0 comments on commit 1372f41

Please sign in to comment.