Skip to content

Commit

Permalink
convert px to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
george-misan committed Feb 6, 2025
1 parent a7c6e99 commit 427cd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/course-material/src/components/FeedbackDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ const FeedbackDialog: React.FC<React.PropsWithChildren<Props>> = ({
font-family: ${primaryFont};
font-style: normal;
font-weight: normal;
font-size: 16px;
font-size: 1rem;
line-height: 20px;
color: #3b4754;
Expand All @@ -195,7 +195,7 @@ const FeedbackDialog: React.FC<React.PropsWithChildren<Props>> = ({
font-family: ${primaryFont};
font-style: normal;
font-weight: normal;
font-size: 13px;
font-size: 0.813rem;
line-height: 16px;
color: rgba(117, 117, 117, 0.6);
Expand Down

0 comments on commit 427cd12

Please sign in to comment.